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.java.lang.StringMutualTlsCertificateValidator. identity(java.security.cert.Certificate[] clientCertificateChain)This method should provide logic to extract identity out of a certificate to perform mTLS authentication.java.lang.StringSpiffeCertificateValidator. identity(java.security.cert.Certificate[] clientCertificateChain)AuthenticatedUserIAuthenticator. legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentials)A legacy method that is still used by JMX authentication.AuthenticatedUserMutualTlsAuthenticator. legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentials)AuthenticatedUserPasswordAuthenticator. legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentials)
-