Uses of Interface
org.apache.shiro.authz.permission.RolePermissionResolver
Packages that use RolePermissionResolver
Package
Description
Core interfaces and exceptions supporting Authorization (access control).
Support and default implementations for Shiro's
Permission
interface.Components and sub-packages used in supporting the core
Realm interface.-
Uses of RolePermissionResolver in org.apache.shiro.authz
Fields in org.apache.shiro.authz declared as RolePermissionResolverModifier and TypeFieldDescriptionprotected RolePermissionResolverModularRealmAuthorizer.rolePermissionResolverA RolePermissionResolver to be used by all configured realms.Methods in org.apache.shiro.authz that return RolePermissionResolverModifier and TypeMethodDescriptionModularRealmAuthorizer.getRolePermissionResolver()Returns the RolePermissionResolver to be used on all configured realms, ornullinvalid input: '<'/code (the default) if all realm instances will each configure their own permission resolver.Methods in org.apache.shiro.authz with parameters of type RolePermissionResolverModifier and TypeMethodDescriptionvoidModularRealmAuthorizer.setRolePermissionResolver(RolePermissionResolver rolePermissionResolver) Sets the specifiedRolePermissionResolveron all of the wrapped realms that implement thePermissionResolverAwareinterface. -
Uses of RolePermissionResolver in org.apache.shiro.authz.permission
Methods in org.apache.shiro.authz.permission with parameters of type RolePermissionResolverModifier and TypeMethodDescriptionvoidRolePermissionResolverAware.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 RolePermissionResolverMethods in org.apache.shiro.realm with parameters of type RolePermissionResolverModifier and TypeMethodDescriptionvoidAuthorizingRealm.setRolePermissionResolver(RolePermissionResolver permissionRoleResolver)