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. |
org.apache.shiro.spring.config | |
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).
|
Modifier and Type | Field and Description |
---|---|
protected PermissionResolver |
ModularRealmAuthorizer.permissionResolver
A PermissionResolver to be used by all configured realms.
|
Modifier and Type | Method and Description |
---|---|
PermissionResolver |
ModularRealmAuthorizer.getPermissionResolver()
Returns the PermissionResolver to be used on all configured realms, or null
|
Modifier and Type | Method and Description |
---|---|
void |
ModularRealmAuthorizer.setPermissionResolver(PermissionResolver permissionResolver)
Sets the specified
PermissionResolver on all of the wrapped realms that
implement the PermissionResolverAware interface. |
Modifier and Type | Class and Description |
---|---|
class |
WildcardPermissionResolver
PermissionResolver implementation that returns a new
WildcardPermission
based on the input string. |
Modifier and Type | Method and Description |
---|---|
void |
PermissionResolverAware.setPermissionResolver(PermissionResolver pr)
Sets the specified PermissionResolver on this instance.
|
Modifier and Type | Method and Description |
---|---|
PermissionResolver |
AuthorizingRealm.getPermissionResolver() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizingRealm.setPermissionResolver(PermissionResolver permissionResolver) |
Modifier and Type | Field and Description |
---|---|
protected PermissionResolver |
AbstractShiroConfiguration.permissionResolver |
Modifier and Type | Method and Description |
---|---|
static Set<Permission> |
PermissionUtils.resolveDelimitedPermissions(String s,
PermissionResolver permissionResolver) |
static Set<Permission> |
PermissionUtils.resolvePermissions(Collection<String> permissionStrings,
PermissionResolver permissionResolver) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.