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's
Permission
interface. |
org.apache.shiro.realm |
Components and sub-packages used in supporting the core
Realm interface. |
Modifier and Type | Field and Description |
---|---|
protected RolePermissionResolver |
ModularRealmAuthorizer.rolePermissionResolver
A RolePermissionResolver to be used by all configured realms.
|
Modifier and Type | Method and Description |
---|---|
RolePermissionResolver |
ModularRealmAuthorizer.getRolePermissionResolver()
Returns the RolePermissionResolver to be used on all configured realms, or null
|
Modifier and Type | Method and Description |
---|---|
void |
ModularRealmAuthorizer.setRolePermissionResolver(RolePermissionResolver rolePermissionResolver)
Sets the specified
RolePermissionResolver on all of the wrapped realms that
implement the PermissionResolverAware interface. |
Modifier and Type | Method and Description |
---|---|
void |
RolePermissionResolverAware.setRolePermissionResolver(RolePermissionResolver rpr)
Sets the specified RolePermissionResolver on this instance.
|
Modifier and Type | Method and Description |
---|---|
RolePermissionResolver |
AuthorizingRealm.getRolePermissionResolver() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizingRealm.setRolePermissionResolver(RolePermissionResolver permissionRoleResolver) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.