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

Packages that use AuthorizationException
org.apache.cassandra.auth   
org.apache.cassandra.hadoop   
org.apache.cassandra.thrift   
 

Uses of AuthorizationException in org.apache.cassandra.auth
 

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

Uses of AuthorizationException in org.apache.cassandra.hadoop
 

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

Uses of AuthorizationException in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift declared as AuthorizationException
 AuthorizationException Cassandra.login_result.authzx
           
 

Methods in org.apache.cassandra.thrift that return AuthorizationException
 AuthorizationException AuthorizationException.clone()
          Deprecated. 
 AuthorizationException AuthorizationException.deepCopy()
           
 AuthorizationException Cassandra.login_result.getAuthzx()
           
 AuthorizationException AuthorizationException.setWhy(java.lang.String why)
           
 

Methods in org.apache.cassandra.thrift with parameters of type AuthorizationException
 int AuthorizationException.compareTo(AuthorizationException other)
           
 boolean AuthorizationException.equals(AuthorizationException that)
           
 Cassandra.login_result Cassandra.login_result.setAuthzx(AuthorizationException authzx)
           
 

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

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



Copyright © 2010 The Apache Software Foundation