Uses of Class
org.apache.cassandra.auth.Permission

Packages that use Permission
org.apache.cassandra.auth   
org.apache.cassandra.service   
 

Uses of Permission in org.apache.cassandra.auth
 

Fields in org.apache.cassandra.auth with type parameters of type Permission
static java.util.EnumSet<Permission> Permission.ALL
           
static java.util.EnumSet<Permission> Permission.NONE
           
 

Methods in org.apache.cassandra.auth that return Permission
static Permission Permission.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Permission[] Permission.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cassandra.auth that return types with arguments of type Permission
 java.util.EnumSet<Permission> AllowAllAuthority.authorize(AuthenticatedUser user, java.util.List<java.lang.Object> resource)
           
 java.util.EnumSet<Permission> IAuthority.authorize(AuthenticatedUser user, java.util.List<java.lang.Object> resource)
           
 

Uses of Permission in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service with parameters of type Permission
 void ClientState.hasColumnFamilyAccess(java.lang.String columnFamily, Permission perm)
          Confirms that the client thread has the given Permission in the context of the given ColumnFamily and the current keyspace.
 void ClientState.hasColumnFamilyAccess(java.lang.String keyspace, java.lang.String columnFamily, Permission perm)
           
 void ClientState.hasColumnFamilySchemaAccess(Permission perm)
          Confirms that the client thread has the given Permission for the ColumnFamily list of the current keyspace.
 void ClientState.hasKeyspaceSchemaAccess(Permission perm)
          Confirms that the client thread has the given Permission for the Keyspace list.
 



Copyright © 2012 The Apache Software Foundation