Uses of Class
org.apache.cassandra.auth.PermissionDetails
Packages that use PermissionDetails
-
Uses of PermissionDetails in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return types with arguments of type PermissionDetailsModifier and TypeMethodDescriptionAllowAllAuthorizer.list(AuthenticatedUser performer, Set<Permission> permissions, IResource resource, RoleResource of) CassandraAuthorizer.list(AuthenticatedUser performer, Set<Permission> permissions, IResource resource, RoleResource grantee) IAuthorizer.list(AuthenticatedUser performer, 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 -
Uses of PermissionDetails in org.apache.cassandra.auth.jmx
Fields in org.apache.cassandra.auth.jmx with type parameters of type PermissionDetailsModifier and TypeFieldDescriptionprotected Function<RoleResource,Set<PermissionDetails>> AuthorizationProxy.getPermissions