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
permissions internally in C* - in system_auth.permissions CQL3 table.
|
class |
LegacyAuthorizer
Provides a transitional IAuthorizer implementation for old-style (pre-1.2) authorizers.
|
Modifier and Type | Method and Description |
---|---|
static IAuthorizer |
DatabaseDescriptor.getAuthorizer() |
Modifier and Type | Method and Description |
---|---|
static IAuthorizer |
FBUtilities.newAuthorizer(java.lang.String className) |
Copyright © 2013 The Apache Software Foundation