Uses of Package
org.apache.cassandra.auth

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

Classes in org.apache.cassandra.auth used by org.apache.cassandra.auth
AuthenticatedUser
          An authenticated user and her groups.
IAuthenticator
           
IAuthority
          Cassandra's resource hierarchy looks something like: {{/cassandra/keyspaces/$ks_name/...}} In table form: /cassandra/ - no checked permissions - String * Separates Cassandra-internal resources from resources that might be provided by plugins.
Permission
          An enum encapsulating the set of possible permissions that an authenticated user can have for a resource.
 

Classes in org.apache.cassandra.auth used by org.apache.cassandra.config
IAuthenticator
           
IAuthority
          Cassandra's resource hierarchy looks something like: {{/cassandra/keyspaces/$ks_name/...}} In table form: /cassandra/ - no checked permissions - String * Separates Cassandra-internal resources from resources that might be provided by plugins.
 

Classes in org.apache.cassandra.auth used by org.apache.cassandra.service
Permission
          An enum encapsulating the set of possible permissions that an authenticated user can have for a resource.
 



Copyright © 2012 The Apache Software Foundation