Uses of Interface
org.apache.cassandra.auth.IRoleManager
Packages that use IRoleManager
-
Uses of IRoleManager in org.apache.cassandra.auth
Classes in org.apache.cassandra.auth that implement IRoleManagerModifier and TypeClassDescriptionclassResponsible for the creation, maintenance and deletion of roles for the purposes of authentication and authorization.Methods in org.apache.cassandra.auth with parameters of type IRoleManagerModifier and TypeMethodDescriptionstatic RoleRoles.fromRoleResource(RoleResource resource, IRoleManager roleManager) Constructs a Role object from a RoleResource, using the methods of the supplied IRoleManager.Constructors in org.apache.cassandra.auth with parameters of type IRoleManager -
Uses of IRoleManager in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return IRoleManagerMethods in org.apache.cassandra.config with parameters of type IRoleManagerModifier and TypeMethodDescriptionstatic voidDatabaseDescriptor.setRoleManager(IRoleManager roleManager)