Uses of Class
org.apache.cassandra.exceptions.AuthenticationException

Packages that use AuthenticationException
org.apache.cassandra.auth   
org.apache.cassandra.service   
org.apache.cassandra.thrift   
 

Uses of AuthenticationException in org.apache.cassandra.auth
 

Methods in org.apache.cassandra.auth that throw AuthenticationException
 AuthenticatedUser AllowAllAuthenticator.authenticate(java.util.Map<java.lang.String,java.lang.String> credentials)
           
 AuthenticatedUser IAuthenticator.authenticate(java.util.Map<java.lang.String,java.lang.String> credentials)
          Authenticates a user given a Map of credentials.
abstract  AuthenticatedUser LegacyAuthenticator.authenticate(java.util.Map<java.lang.String,java.lang.String> credentials)
           
 

Uses of AuthenticationException in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that throw AuthenticationException
 void ClientState.login(java.util.Map<java.lang.String,java.lang.String> credentials)
          Attempts to login this client with the given credentials map.
 

Uses of AuthenticationException in org.apache.cassandra.thrift
 

Methods in org.apache.cassandra.thrift with parameters of type AuthenticationException
static org.apache.cassandra.thrift.AuthenticationException ThriftConversion.toThrift(AuthenticationException e)
           
 



Copyright © 2012 The Apache Software Foundation