Uses of Interface
org.apache.cassandra.auth.IAuthenticator.SaslNegotiator
Packages that use IAuthenticator.SaslNegotiator
-
Uses of IAuthenticator.SaslNegotiator in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return IAuthenticator.SaslNegotiatorModifier and TypeMethodDescriptionAllowAllAuthenticator.newSaslNegotiator(InetAddress clientAddress) IAuthenticator.newSaslNegotiator(InetAddress clientAddress) Provide a SASL handler to perform authentication for an single connection.default IAuthenticator.SaslNegotiatorIAuthenticator.newSaslNegotiator(InetAddress clientAddress, Certificate[] certificates) Provide a SASL handler to perform authentication for an single connection.MutualTlsAuthenticator.newSaslNegotiator(InetAddress clientAddress) MutualTlsAuthenticator.newSaslNegotiator(InetAddress clientAddress, Certificate[] certificates) MutualTlsWithPasswordFallbackAuthenticator.newSaslNegotiator(InetAddress clientAddress, Certificate[] certificates) PasswordAuthenticator.newSaslNegotiator(InetAddress clientAddress) -
Uses of IAuthenticator.SaslNegotiator in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport that return IAuthenticator.SaslNegotiator