Package | Description |
---|---|
org.apache.cassandra.auth |
Modifier and Type | Method and Description |
---|---|
byte[] |
IAuthenticator.SaslNegotiator.evaluateResponse(byte[] clientResponse)
Evaluates the client response data and generates a byte[] response 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)
A legacy method that is still used by JMX authentication.
|
AuthenticatedUser |
PasswordAuthenticator.legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentials) |
Copyright © 2009-2022 The Apache Software Foundation