Uses of Class
org.apache.cassandra.exceptions.AuthenticationException
-
Packages that use AuthenticationException Package Description org.apache.cassandra.auth -
-
Uses of AuthenticationException in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that throw AuthenticationException Modifier and Type Method 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.AuthenticatedUserIAuthenticator.SaslNegotiator. getAuthenticatedUser()Following a sucessful negotiation, get the AuthenticatedUser representing the logged in subject.AuthenticatedUserIAuthenticator. legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentials)A legacy method that is still used by JMX authentication.AuthenticatedUserPasswordAuthenticator. legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentials)
-