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

Packages that use AuthenticationException
org.apache.cassandra.auth   
org.apache.cassandra.hadoop   
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<? extends java.lang.CharSequence,? extends java.lang.CharSequence> credentials)
           
 AuthenticatedUser IAuthenticator.authenticate(java.util.Map<? extends java.lang.CharSequence,? extends java.lang.CharSequence> credentials)
           
 

Uses of AuthenticationException in org.apache.cassandra.hadoop
 

Methods in org.apache.cassandra.hadoop that throw AuthenticationException
static Cassandra.Client ColumnFamilyOutputFormat.createAuthenticatedClient(org.apache.thrift.transport.TSocket socket, org.apache.hadoop.conf.Configuration conf)
          Return a client based on the given socket that points to the configured keyspace, and is logged in with the configured credentials.
 

Uses of AuthenticationException in org.apache.cassandra.service
 

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

Uses of AuthenticationException in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift declared as AuthenticationException
 AuthenticationException Cassandra.login_result.authnx
           
 

Methods in org.apache.cassandra.thrift that return AuthenticationException
 AuthenticationException AuthenticationException.deepCopy()
           
 AuthenticationException Cassandra.login_result.getAuthnx()
           
 AuthenticationException AuthenticationException.setWhy(java.lang.String why)
           
 

Methods in org.apache.cassandra.thrift with parameters of type AuthenticationException
 int AuthenticationException.compareTo(AuthenticationException other)
           
 boolean AuthenticationException.equals(AuthenticationException that)
           
 Cassandra.login_result Cassandra.login_result.setAuthnx(AuthenticationException authnx)
           
 

Methods in org.apache.cassandra.thrift that throw AuthenticationException
 void Cassandra.AsyncClient.login_call.getResult()
           
 void CassandraServer.login(AuthenticationRequest auth_request)
           
 void Cassandra.Iface.login(AuthenticationRequest auth_request)
           
 void Cassandra.Client.login(AuthenticationRequest auth_request)
           
 void Cassandra.Client.recv_login()
           
 

Constructors in org.apache.cassandra.thrift with parameters of type AuthenticationException
AuthenticationException(AuthenticationException other)
          Performs a deep copy on other.
Cassandra.login_result(AuthenticationException authnx, AuthorizationException authzx)
           
 



Copyright © 2012 The Apache Software Foundation