|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RolePermissionResolverAware
Interface implemented by a component that wishes to use any application-configured RolePermissionResolver that might already exist instead of potentially creating one itself.
This is mostly implemented by Authorizer
and
Realm
implementations since they
are the ones performing permission checks and need to know how to resolve Strings into
Permission
instances.
Method Summary | |
---|---|
void |
setRolePermissionResolver(RolePermissionResolver rpr)
Sets the specified RolePermissionResolver on this instance. |
Method Detail |
---|
void setRolePermissionResolver(RolePermissionResolver rpr)
rpr
- the RolePermissionResolver being set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |