Package | Description |
---|---|
org.apache.cassandra.auth | |
org.apache.cassandra.config | |
org.apache.cassandra.utils |
Modifier and Type | Class and Description |
---|---|
class |
AllowAllAuthorizer |
class |
CassandraAuthorizer
CassandraAuthorizer is an IAuthorizer implementation that keeps
user permissions internally in C* using the system_auth.role_permissions
table.
|
Constructor and Description |
---|
PermissionsCache(IAuthorizer authorizer) |
Modifier and Type | Method and Description |
---|---|
static IAuthorizer |
DatabaseDescriptor.getAuthorizer() |
Modifier and Type | Method and Description |
---|---|
static void |
DatabaseDescriptor.setAuthorizer(IAuthorizer authorizer) |
Modifier and Type | Method and Description |
---|---|
static IAuthorizer |
FBUtilities.newAuthorizer(java.lang.String className) |
Copyright © 2018 The Apache Software Foundation