public interface PermissionResolverAware
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.
| Modifier and Type | Method and Description |
|---|---|
void |
setPermissionResolver(PermissionResolver pr)
Sets the specified PermissionResolver on this instance.
|
void setPermissionResolver(PermissionResolver pr)
pr - the PermissionResolver being set.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.