Package | Description |
---|---|
org.apache.cassandra.auth | |
org.apache.cassandra.hadoop.pig | |
org.apache.cassandra.service | |
org.apache.cassandra.thrift |
Modifier and Type | Method and Description |
---|---|
byte[] |
IAuthenticator.SaslNegotiator.evaluateResponse(byte[] clientResponse)
Evaluates the client response data and generates a byte[] reply which may be a further challenge or purely
informational in the case that the negotiation is completed on this round.
|
AuthenticatedUser |
IAuthenticator.SaslNegotiator.getAuthenticatedUser()
Following a sucessful negotiation, get the AuthenticatedUser representing the logged in subject.
|
AuthenticatedUser |
IAuthenticator.legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentials)
For implementations which support the Thrift login method that accepts arbitrary
key/value pairs containing credentials data.
|
AuthenticatedUser |
PasswordAuthenticator.legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentials) |
Modifier and Type | Method and Description |
---|---|
protected com.datastax.driver.core.TableMetadata |
CqlNativeStorage.getCfInfo(com.datastax.driver.core.Session client)
return the CfInfo for the column family
|
Modifier and Type | Method and Description |
---|---|
void |
ClientState.login(AuthenticatedUser user)
Attempts to login the given user.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.cassandra.thrift.AuthenticationException |
ThriftConversion.toThrift(AuthenticationException e) |
Copyright © 2015 The Apache Software Foundation