Package | Description |
---|---|
org.apache.cassandra.auth | |
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
static DataResource |
DataResource.columnFamily(java.lang.String keyspace,
java.lang.String columnFamily)
Creates a DataResource instance representing a column family.
|
static DataResource |
DataResource.fromName(java.lang.String name)
Parses a data resource name into a DataResource instance.
|
static DataResource |
DataResource.keyspace(java.lang.String keyspace)
Creates a DataResource representing a keyspace.
|
static DataResource |
DataResource.root() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<DataResource> |
CassandraAuthorizer.protectedResources() |
java.util.Set<DataResource> |
PasswordAuthenticator.protectedResources() |
Modifier and Type | Method and Description |
---|---|
DataResource |
CqlParser.dataResource() |
Modifier and Type | Field and Description |
---|---|
protected DataResource |
PermissionAlteringStatement.resource |
Modifier and Type | Method and Description |
---|---|
static DataResource |
AuthorizationStatement.maybeCorrectResource(DataResource resource,
ClientState state) |
Modifier and Type | Method and Description |
---|---|
static DataResource |
AuthorizationStatement.maybeCorrectResource(DataResource resource,
ClientState state) |
Copyright © 2013 The Apache Software Foundation