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