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

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

Uses of AuthenticationException in org.apache.cassandra.auth
 

Methods in org.apache.cassandra.auth that throw AuthenticationException
 void AllowAllAuthenticator.login(java.lang.String keyspace, AuthenticationRequest authRequest)
           
 void IAuthenticator.login(java.lang.String keyspace, AuthenticationRequest auth_request)
           
 void SimpleAuthenticator.login(java.lang.String keyspace, AuthenticationRequest authRequest)
           
 

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.clone()
          Deprecated. 
 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 CassandraServer.login(java.lang.String keyspace, AuthenticationRequest auth_request)
           
 void Cassandra.Iface.login(java.lang.String keyspace, AuthenticationRequest auth_request)
           
 void Cassandra.Client.login(java.lang.String keyspace, 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 © 2010 The Apache Software Foundation