Uses of Interface
org.apache.shiro.authz.permission.PermissionResolver
-
Packages that use PermissionResolver Package Description org.apache.shiro.authz Core interfaces and exceptions supporting Authorization (access control).org.apache.shiro.authz.permission Support and default implementations for Shiro'sPermission
interface.org.apache.shiro.realm Components and sub-packages used in supporting the coreRealm
interface.org.apache.shiro.util Your run-of-the-mill 'util' package for components and logic widely used across the framework that can't find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies). -
-
Uses of PermissionResolver in org.apache.shiro.authz
Fields in org.apache.shiro.authz declared as PermissionResolver Modifier and Type Field Description protected PermissionResolver
ModularRealmAuthorizer. permissionResolver
A PermissionResolver to be used by all configured realms.Methods in org.apache.shiro.authz that return PermissionResolver Modifier and Type Method Description PermissionResolver
ModularRealmAuthorizer. getPermissionResolver()
Returns the PermissionResolver to be used on all configured realms, ornull
Methods in org.apache.shiro.authz with parameters of type PermissionResolver Modifier and Type Method Description void
ModularRealmAuthorizer. setPermissionResolver(PermissionResolver permissionResolver)
Sets the specifiedPermissionResolver
on all of the wrapped realms that implement thePermissionResolverAware
interface. -
Uses of PermissionResolver in org.apache.shiro.authz.permission
Classes in org.apache.shiro.authz.permission that implement PermissionResolver Modifier and Type Class Description class
WildcardPermissionResolver
PermissionResolver implementation that returns a newWildcardPermission
based on the input string.Methods in org.apache.shiro.authz.permission with parameters of type PermissionResolver Modifier and Type Method Description void
PermissionResolverAware. setPermissionResolver(PermissionResolver pr)
Sets the specified PermissionResolver on this instance. -
Uses of PermissionResolver in org.apache.shiro.realm
Methods in org.apache.shiro.realm that return PermissionResolver Modifier and Type Method Description PermissionResolver
AuthorizingRealm. getPermissionResolver()
Methods in org.apache.shiro.realm with parameters of type PermissionResolver Modifier and Type Method Description void
AuthorizingRealm. setPermissionResolver(PermissionResolver permissionResolver)
-
Uses of PermissionResolver in org.apache.shiro.util
Methods in org.apache.shiro.util with parameters of type PermissionResolver Modifier and Type Method Description static Set<Permission>
PermissionUtils. resolveDelimitedPermissions(String s, PermissionResolver permissionResolver)
static Set<Permission>
PermissionUtils. resolvePermissions(Collection<String> permissionStrings, PermissionResolver permissionResolver)
-