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'sPermissioninterface.org.apache.shiro.realm Components and sub-packages used in supporting the coreRealminterface. -
-
Uses of RolePermissionResolver in org.apache.shiro.authz
Fields in org.apache.shiro.authz declared as RolePermissionResolver Modifier and Type Field Description protected RolePermissionResolverModularRealmAuthorizer. rolePermissionResolverA RolePermissionResolver to be used by all configured realms.Methods in org.apache.shiro.authz that return RolePermissionResolver Modifier and Type Method Description RolePermissionResolverModularRealmAuthorizer. getRolePermissionResolver()Returns the RolePermissionResolver to be used on all configured realms, ornullMethods in org.apache.shiro.authz with parameters of type RolePermissionResolver Modifier and Type Method Description voidModularRealmAuthorizer. 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 RolePermissionResolver Modifier and Type Method Description voidRolePermissionResolverAware. 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 RolePermissionResolverAuthorizingRealm. getRolePermissionResolver()Methods in org.apache.shiro.realm with parameters of type RolePermissionResolver Modifier and Type Method Description voidAuthorizingRealm. setRolePermissionResolver(RolePermissionResolver permissionRoleResolver)
-