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

Packages that use Permission
org.apache.cassandra.auth   
org.apache.cassandra.avro   
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.lang.String keyspace)
           
 java.util.EnumSet<Permission> IAuthority.authorize(AuthenticatedUser user, java.lang.String keyspace)
           
 java.util.EnumSet<Permission> SimpleAuthority.authorize(AuthenticatedUser user, java.lang.String keyspace)
           
 

Uses of Permission in org.apache.cassandra.avro
 

Methods in org.apache.cassandra.avro with parameters of type Permission
protected  void CassandraServer.checkKeyspaceAndLoginAuthorized(Permission perm)
           
 

Uses of Permission in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service with parameters of type Permission
 void ClientState.hasKeyspaceAccess(Permission perm)
          Confirms that the client thread has the given Permission in the context of the current Keyspace.
 



Copyright © 2010 The Apache Software Foundation