Uses of Interface
org.apache.shiro.authz.permission.RolePermissionResolver
-
Packages that use RolePermissionResolver 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. -
-
Uses of RolePermissionResolver in org.apache.shiro.authz
Fields in org.apache.shiro.authz declared as RolePermissionResolver Modifier and Type Field Description protected RolePermissionResolver
ModularRealmAuthorizer. rolePermissionResolver
A RolePermissionResolver to be used by all configured realms.Methods in org.apache.shiro.authz that return RolePermissionResolver Modifier and Type Method Description RolePermissionResolver
ModularRealmAuthorizer. getRolePermissionResolver()
Returns the RolePermissionResolver to be used on all configured realms, ornull
Methods in org.apache.shiro.authz with parameters of type RolePermissionResolver Modifier and Type Method Description void
ModularRealmAuthorizer. setRolePermissionResolver(RolePermissionResolver rolePermissionResolver)
Sets the specifiedRolePermissionResolver
on all of the wrapped realms that implement thePermissionResolverAware
interface. -
Uses of RolePermissionResolver in org.apache.shiro.authz.permission
Methods in org.apache.shiro.authz.permission with parameters of type RolePermissionResolver Modifier and Type Method Description void
RolePermissionResolverAware. setRolePermissionResolver(RolePermissionResolver rpr)
Sets the specified RolePermissionResolver on this instance. -
Uses of RolePermissionResolver in org.apache.shiro.realm
Methods in org.apache.shiro.realm that return RolePermissionResolver Modifier and Type Method Description RolePermissionResolver
AuthorizingRealm. getRolePermissionResolver()
Methods in org.apache.shiro.realm with parameters of type RolePermissionResolver Modifier and Type Method Description void
AuthorizingRealm. setRolePermissionResolver(RolePermissionResolver permissionRoleResolver)
-