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