Uses of Class
org.apache.cassandra.auth.PermissionDetails
-
Packages that use PermissionDetails Package Description org.apache.cassandra.auth org.apache.cassandra.auth.jmx -
-
Uses of PermissionDetails in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return types with arguments of type PermissionDetails Modifier and Type Method Description java.util.Set<PermissionDetails>
AllowAllAuthorizer. list(AuthenticatedUser performer, java.util.Set<Permission> permissions, IResource resource, RoleResource of)
java.util.Set<PermissionDetails>
CassandraAuthorizer. list(AuthenticatedUser performer, java.util.Set<Permission> permissions, IResource resource, RoleResource grantee)
java.util.Set<PermissionDetails>
IAuthorizer. list(AuthenticatedUser performer, java.util.Set<Permission> permissions, IResource resource, RoleResource grantee)
Returns a list of permissions on a resource granted to a role.Methods in org.apache.cassandra.auth with parameters of type PermissionDetails Modifier and Type Method Description int
PermissionDetails. compareTo(PermissionDetails other)
-
Uses of PermissionDetails in org.apache.cassandra.auth.jmx
Fields in org.apache.cassandra.auth.jmx with type parameters of type PermissionDetails Modifier and Type Field Description protected java.util.function.Function<RoleResource,java.util.Set<PermissionDetails>>
AuthorizationProxy. getPermissions
-