Uses of Interface
org.apache.cassandra.auth.IAuthorizer
Packages that use IAuthorizer
-
Uses of IAuthorizer in org.apache.cassandra.auth
Classes in org.apache.cassandra.auth that implement IAuthorizerModifier and TypeClassDescriptionclassclassCassandraAuthorizer 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 -
Uses of IAuthorizer in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return IAuthorizerMethods in org.apache.cassandra.config with parameters of type IAuthorizerModifier and TypeMethodDescriptionstatic voidDatabaseDescriptor.setAuthorizer(IAuthorizer authorizer)