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);
}
Aggregations