Package org.apache.cassandra.auth

Interface Summary
IAuthenticator  
IAuthorizer Primary Cassandra authorization interface.
IResource The interface at the core of Cassandra authorization.
 

Class Summary
AllowAllAuthenticator  
AllowAllAuthorizer  
Auth  
AuthenticatedUser Returned from IAuthenticator#authenticate(), represents an authenticated user everywhere internally.
DataResource The primary type of resource in Cassandra.
LegacyAuthenticator Provides a transitional IAuthenticator implementation for old-style (pre-1.2) authenticators.
LegacyAuthorizer Provides a transitional IAuthorizer implementation for old-style (pre-1.2) authorizers.
MigrationListener IMigrationListener implementation that cleans up permissions on dropped resources.
PermissionDetails Sets of instances of this class are returned by IAuthorizer.listPermissions() method for LIST PERMISSIONS query.
Resources  
 

Enum Summary
IAuthenticator.Option Supported CREATE USER/ALTER USER options.
Permission An enum encapsulating the set of possible permissions that an authenticated user can have on a resource.
 



Copyright © 2012 The Apache Software Foundation