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 class
CassandraRoleManager
Responsible 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 Role
Roles. fromRoleResource(RoleResource resource, IRoleManager roleManager)
Constructs a Role object from a RoleResource, using the methods of the supplied IRoleManager.static void
Roles. initRolesCache(IRoleManager roleManager, java.util.function.BooleanSupplier enableCache)
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 IRoleManager
DatabaseDescriptor. getRoleManager()
Methods in org.apache.cassandra.config with parameters of type IRoleManager Modifier and Type Method Description static void
DatabaseDescriptor. 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 IRoleManager
FBUtilities. newRoleManager(java.lang.String className)
-