|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorizationException | |
---|---|
org.apache.cassandra.hadoop | |
org.apache.cassandra.thrift |
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.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 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.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 | |
---|---|
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 AuthorizationException | |
---|---|
AuthorizationException(AuthorizationException other)
Performs a deep copy on other. |
|
Cassandra.login_result(AuthenticationException authnx,
AuthorizationException authzx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |