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'sPermissioninterface.org.apache.shiro.realm Components and sub-packages used in supporting the coreRealminterface.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 PermissionResolverModularRealmAuthorizer. permissionResolverA PermissionResolver to be used by all configured realms.Methods in org.apache.shiro.authz that return PermissionResolver Modifier and Type Method Description PermissionResolverModularRealmAuthorizer. getPermissionResolver()Returns the PermissionResolver to be used on all configured realms, ornullMethods in org.apache.shiro.authz with parameters of type PermissionResolver Modifier and Type Method Description voidModularRealmAuthorizer. setPermissionResolver(PermissionResolver permissionResolver)Sets the specifiedPermissionResolveron all of the wrapped realms that implement thePermissionResolverAwareinterface. -
Uses of PermissionResolver in org.apache.shiro.authz.permission
Classes in org.apache.shiro.authz.permission that implement PermissionResolver Modifier and Type Class Description classWildcardPermissionResolverPermissionResolver implementation that returns a newWildcardPermissionbased on the input string.Methods in org.apache.shiro.authz.permission with parameters of type PermissionResolver Modifier and Type Method Description voidPermissionResolverAware. 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 PermissionResolverAuthorizingRealm. getPermissionResolver()Methods in org.apache.shiro.realm with parameters of type PermissionResolver Modifier and Type Method Description voidAuthorizingRealm. 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)
-