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