org.apache.cassandra.auth
Interface IAuthenticator
- All Known Implementing Classes:
- AllowAllAuthenticator, SimpleAuthenticator
public interface IAuthenticator
login
AccessLevel login(java.lang.String keyspace,
AuthenticationRequest auth_request)
throws AuthenticationException,
AuthorizationException
- Throws:
AuthenticationException
AuthorizationException
validateConfiguration
void validateConfiguration()
throws ConfigurationException
- Throws:
ConfigurationException
Copyright © 2010 The Apache Software Foundation