|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAuthenticator | |
---|---|
org.apache.cassandra.auth | |
org.apache.cassandra.config |
Uses of IAuthenticator in org.apache.cassandra.auth |
---|
Classes in org.apache.cassandra.auth that implement IAuthenticator | |
---|---|
class |
AllowAllAuthenticator
|
class |
LegacyAuthenticator
Provides a transitional IAuthenticator implementation for old-style (pre-1.2) authenticators. |
class |
PasswordAuthenticator
PasswordAuthenticator is an IAuthenticator implementation that keeps credentials (usernames and bcrypt-hashed passwords) internally in C* - in system_auth.credentials CQL3 table. |
Uses of IAuthenticator in org.apache.cassandra.config |
---|
Methods in org.apache.cassandra.config that return IAuthenticator | |
---|---|
static IAuthenticator |
DatabaseDescriptor.getAuthenticator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |