Uses of Interface
org.apache.cassandra.auth.IAuthorizer

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

Uses of IAuthorizer in org.apache.cassandra.auth
 

Classes in org.apache.cassandra.auth that implement IAuthorizer
 class AllowAllAuthorizer
           
 class CassandraAuthorizer
          CassandraAuthorizer is an IAuthorizer implementation that keeps permissions internally in C* - in system_auth.permissions CQL3 table.
 class LegacyAuthorizer
          Provides a transitional IAuthorizer implementation for old-style (pre-1.2) authorizers.
 

Uses of IAuthorizer in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config that return IAuthorizer
static IAuthorizer DatabaseDescriptor.getAuthorizer()
           
 



Copyright © 2013 The Apache Software Foundation