Uses of Class
org.apache.cassandra.exceptions.AuthenticationException
Packages that use AuthenticationException
-
Uses of AuthenticationException in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that throw AuthenticationExceptionModifier and TypeMethodDescriptionbyte[]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.IAuthenticator.SaslNegotiator.getAuthenticatedUser()Following a sucessful negotiation, get the AuthenticatedUser representing the logged in subject.MutualTlsCertificateValidator.identity(Certificate[] clientCertificateChain) This method should provide logic to extract identity out of a certificate to perform mTLS authentication.SpiffeCertificateValidator.identity(Certificate[] clientCertificateChain) IAuthenticator.legacyAuthenticate(Map<String, String> credentials) A legacy method that is still used by JMX authentication.MutualTlsAuthenticator.legacyAuthenticate(Map<String, String> credentials) PasswordAuthenticator.legacyAuthenticate(Map<String, String> credentials)