Search in sources :

Example 1 with NoAuthenticationService

use of org.apache.zeppelin.service.NoAuthenticationService in project zeppelin by apache.

the class CredentialsRestApiTest method setUp.

@Before
public void setUp() throws IOException {
    credentials = new Credentials();
    authenticationService = new NoAuthenticationService();
    credentialRestApi = new CredentialRestApi(credentials, authenticationService);
}
Also used : NoAuthenticationService(org.apache.zeppelin.service.NoAuthenticationService) Credentials(org.apache.zeppelin.user.Credentials) UserCredentials(org.apache.zeppelin.user.UserCredentials) Before(org.junit.Before)

Aggregations

NoAuthenticationService (org.apache.zeppelin.service.NoAuthenticationService)1 Credentials (org.apache.zeppelin.user.Credentials)1 UserCredentials (org.apache.zeppelin.user.UserCredentials)1 Before (org.junit.Before)1