Uses of Class
org.apache.cassandra.auth.Role
Packages that use Role
-
Uses of Role in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return RoleModifier and TypeMethodDescriptionstatic RoleRoles.fromRoleResource(RoleResource resource, IRoleManager roleManager) Constructs a Role object from a RoleResource, using the methods of the supplied IRoleManager.static RoleRoles.nullRole()Return the NullObject Role instance which can be safely used to indicate no information is available when querying for a specific named role.Methods in org.apache.cassandra.auth that return types with arguments of type RoleModifier and TypeMethodDescriptionCassandraRoleManager.bulkLoader()AuthenticatedUser.getRoleDetails()Get the detailed info on roles granted to the user via IRoleManagerCassandraRoleManager.getRoleDetails(RoleResource grantee) IRoleManager.getRoleDetails(RoleResource grantee) Used to retrieve detailed role info on the full set of roles granted to a grantee.Roles.getRoleDetails(RoleResource primaryRole) Get detailed info on all the roles granted to the role identified by the supplied RoleResource.Methods in org.apache.cassandra.auth with parameters of type RoleModifier and TypeMethodDescriptionstatic booleanRoles.isNullRole(Role role) Just a convenience method which compares a role instance with the null object version, indicating if the return from some query/lookup method was a valid Role or indicates that the role does not exist.