Uses of Interface
org.apache.cassandra.auth.IAuthenticator
Packages that use IAuthenticator
-
Uses of IAuthenticator in org.apache.cassandra.auth
Classes in org.apache.cassandra.auth that implement IAuthenticatorModifier and TypeClassDescriptionclassclassclassThis authenticator can be used in optional mTLS mode, If the client doesn't make an mTLS connection this fallbacks to password authentication.classPasswordAuthenticator is an IAuthenticator implementation that keeps credentials (rolenames and bcrypt-hashed passwords) internally in C* - in system_auth.roles CQL3 table. -
Uses of IAuthenticator in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return IAuthenticatorMethods in org.apache.cassandra.config with parameters of type IAuthenticatorModifier and TypeMethodDescriptionstatic voidDatabaseDescriptor.setAuthenticator(IAuthenticator authenticator)