Uses of Interface
org.apache.cassandra.auth.IAuthorizer
-
Packages that use IAuthorizer Package Description org.apache.cassandra.auth org.apache.cassandra.config org.apache.cassandra.utils -
-
Uses of IAuthorizer in org.apache.cassandra.auth
Classes in org.apache.cassandra.auth that implement IAuthorizer Modifier and Type Class Description class
AllowAllAuthorizer
class
CassandraAuthorizer
CassandraAuthorizer is an IAuthorizer implementation that keeps user permissions internally in C* using the system_auth.role_permissions table.Constructors in org.apache.cassandra.auth with parameters of type IAuthorizer Constructor Description PermissionsCache(IAuthorizer authorizer)
-
Uses of IAuthorizer in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return IAuthorizer Modifier and Type Method Description static IAuthorizer
DatabaseDescriptor. getAuthorizer()
Methods in org.apache.cassandra.config with parameters of type IAuthorizer Modifier and Type Method Description static void
DatabaseDescriptor. setAuthorizer(IAuthorizer authorizer)
-
Uses of IAuthorizer in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return IAuthorizer Modifier and Type Method Description static IAuthorizer
FBUtilities. newAuthorizer(java.lang.String className)
-