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

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

Uses of AuthenticationRequest in org.apache.cassandra.auth
 

Methods in org.apache.cassandra.auth with parameters of type AuthenticationRequest
 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 AuthenticationRequest in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift declared as AuthenticationRequest
 AuthenticationRequest Cassandra.login_args.auth_request
           
 

Methods in org.apache.cassandra.thrift that return AuthenticationRequest
 AuthenticationRequest AuthenticationRequest.clone()
          Deprecated. 
 AuthenticationRequest AuthenticationRequest.deepCopy()
           
 AuthenticationRequest Cassandra.login_args.getAuth_request()
           
 AuthenticationRequest AuthenticationRequest.setCredentials(java.util.Map<java.lang.String,java.lang.String> credentials)
           
 

Methods in org.apache.cassandra.thrift with parameters of type AuthenticationRequest
 boolean AuthenticationRequest.equals(AuthenticationRequest that)
           
 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.send_login(java.lang.String keyspace, AuthenticationRequest auth_request)
           
 Cassandra.login_args Cassandra.login_args.setAuth_request(AuthenticationRequest auth_request)
           
 

Constructors in org.apache.cassandra.thrift with parameters of type AuthenticationRequest
AuthenticationRequest(AuthenticationRequest other)
          Performs a deep copy on other.
Cassandra.login_args(java.lang.String keyspace, AuthenticationRequest auth_request)
           
 



Copyright © 2010 The Apache Software Foundation