Package | Description |
---|---|
org.apache.cassandra.thrift |
Modifier and Type | Field and Description |
---|---|
AuthenticationException |
Cassandra.login_result.authnx |
Modifier and Type | Method and Description |
---|---|
AuthenticationException |
AuthenticationException.deepCopy() |
AuthenticationException |
Cassandra.login_result.getAuthnx() |
AuthenticationException |
AuthenticationException.setWhy(java.lang.String why) |
static AuthenticationException |
ThriftConversion.toThrift(AuthenticationException e) |
Modifier and Type | Method and Description |
---|---|
int |
AuthenticationException.compareTo(AuthenticationException other) |
boolean |
AuthenticationException.equals(AuthenticationException that) |
Cassandra.login_result |
Cassandra.login_result.setAuthnx(AuthenticationException authnx) |
Modifier and Type | Method and Description |
---|---|
void |
Cassandra.AsyncClient.login_call.getResult() |
void |
Cassandra.Iface.login(AuthenticationRequest auth_request) |
void |
Cassandra.Client.login(AuthenticationRequest auth_request) |
void |
Cassandra.Client.recv_login() |
Constructor and Description |
---|
AuthenticationException(AuthenticationException other)
Performs a deep copy on other.
|
login_result(AuthenticationException authnx,
AuthorizationException authzx) |
Copyright © 2020 The Apache Software Foundation