Package | Description |
---|---|
org.apache.cassandra.auth | |
org.apache.cassandra.config | |
org.apache.cassandra.utils |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static IAuthenticator |
DatabaseDescriptor.getAuthenticator() |
Modifier and Type | Method and Description |
---|---|
static IAuthenticator |
FBUtilities.newAuthenticator(java.lang.String className) |
Copyright © 2013 The Apache Software Foundation