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.cql3   
org.apache.cassandra.cql3.statements   
org.apache.cassandra.service   
 

Classes in org.apache.cassandra.auth used by org.apache.cassandra.auth
AuthenticatedUser
          Returned from IAuthenticator#authenticate(), represents an authenticated user everywhere internally.
DataResource
          The primary type of resource in Cassandra.
IAuthenticator
           
IAuthenticator.Option
          Supported CREATE USER/ALTER USER options.
IAuthorizer
          Primary Cassandra authorization interface.
IResource
          The interface at the core of Cassandra authorization.
Permission
          An enum encapsulating the set of possible permissions that an authenticated user can have on a resource.
PermissionDetails
          Sets of instances of this class are returned by IAuthorizer.listPermissions() method for LIST PERMISSIONS query.
 

Classes in org.apache.cassandra.auth used by org.apache.cassandra.config
IAuthenticator
           
IAuthorizer
          Primary Cassandra authorization interface.
 

Classes in org.apache.cassandra.auth used by org.apache.cassandra.cql3
IAuthenticator.Option
          Supported CREATE USER/ALTER USER options.
 

Classes in org.apache.cassandra.auth used by org.apache.cassandra.cql3.statements
DataResource
          The primary type of resource in Cassandra.
IResource
          The interface at the core of Cassandra authorization.
Permission
          An enum encapsulating the set of possible permissions that an authenticated user can have on a resource.
 

Classes in org.apache.cassandra.auth used by org.apache.cassandra.service
AuthenticatedUser
          Returned from IAuthenticator#authenticate(), represents an authenticated user everywhere internally.
IResource
          The interface at the core of Cassandra authorization.
Permission
          An enum encapsulating the set of possible permissions that an authenticated user can have on a resource.
 



Copyright © 2013 The Apache Software Foundation