Uses of Interface
org.apache.cassandra.auth.IAuthenticator
-
Packages that use IAuthenticator Package Description org.apache.cassandra.auth org.apache.cassandra.config org.apache.cassandra.utils -
-
Uses of IAuthenticator in org.apache.cassandra.auth
Classes in org.apache.cassandra.auth that implement IAuthenticator Modifier and Type Class Description class
AllowAllAuthenticator
class
PasswordAuthenticator
PasswordAuthenticator 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 IAuthenticator Modifier and Type Method Description static IAuthenticator
DatabaseDescriptor. getAuthenticator()
Methods in org.apache.cassandra.config with parameters of type IAuthenticator Modifier and Type Method Description static void
DatabaseDescriptor. setAuthenticator(IAuthenticator authenticator)
-
Uses of IAuthenticator in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return IAuthenticator Modifier and Type Method Description static IAuthenticator
FBUtilities. newAuthenticator(java.lang.String className)
-