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  
AuthenticatedUser  
DataResource The primary type of resource in Cassandra.
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
Permission An enum encapsulating the set of possible permissions that an authenticated user can have on a resource.
 



Copyright © 2012 The Apache Software Foundation