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.AuthenticatedUser
IAuthenticator.SaslNegotiator. getAuthenticatedUser()
Following a sucessful negotiation, get the AuthenticatedUser representing the logged in subject.java.lang.String
MutualTlsCertificateValidator. identity(java.security.cert.Certificate[] clientCertificateChain)
This method should provide logic to extract identity out of a certificate to perform mTLS authentication.java.lang.String
SpiffeCertificateValidator. identity(java.security.cert.Certificate[] clientCertificateChain)
AuthenticatedUser
IAuthenticator. legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentials)
A legacy method that is still used by JMX authentication.AuthenticatedUser
MutualTlsAuthenticator. legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentials)
AuthenticatedUser
PasswordAuthenticator. legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentials)
-