Uses of Interface
org.apache.cassandra.auth.IRoleManager
-
Packages that use IRoleManager Package Description org.apache.cassandra.auth org.apache.cassandra.config org.apache.cassandra.utils -
-
Uses of IRoleManager in org.apache.cassandra.auth
Classes in org.apache.cassandra.auth that implement IRoleManager Modifier and Type Class Description classCassandraRoleManagerResponsible 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 IRoleManager Modifier and Type Method Description static 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 Constructor Description RolesCache(IRoleManager roleManager, java.util.function.BooleanSupplier enableCache) -
Uses of IRoleManager in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return IRoleManager Modifier and Type Method Description static IRoleManagerDatabaseDescriptor. getRoleManager()Methods in org.apache.cassandra.config with parameters of type IRoleManager Modifier and Type Method Description static voidDatabaseDescriptor. setRoleManager(IRoleManager roleManager) -
Uses of IRoleManager in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return IRoleManager Modifier and Type Method Description static IRoleManagerFBUtilities. newRoleManager(java.lang.String className)
-