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 classAllowAllAuthenticatorclassPasswordAuthenticatorPasswordAuthenticator 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 IAuthenticatorDatabaseDescriptor. getAuthenticator()Methods in org.apache.cassandra.config with parameters of type IAuthenticator Modifier and Type Method Description static voidDatabaseDescriptor. 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 IAuthenticatorFBUtilities. newAuthenticator(java.lang.String className)
-