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

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

Uses of IAuthority in org.apache.cassandra.auth
 

Subinterfaces of IAuthority in org.apache.cassandra.auth
 interface IAuthority2
           
 

Classes in org.apache.cassandra.auth that implement IAuthority
 class AllowAllAuthority
           
 

Methods in org.apache.cassandra.auth that return IAuthority
 IAuthority IAuthorityContainer.getAuthority()
           
 

Constructors in org.apache.cassandra.auth with parameters of type IAuthority
IAuthorityContainer(IAuthority authority)
           
 

Uses of IAuthority in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config that return IAuthority
static IAuthority DatabaseDescriptor.getAuthority()
           
 



Copyright © 2012 The Apache Software Foundation