|
|||||||||
| Home >> All >> org >> acegisecurity >> acl >> [ basic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.acl.basic
Interface EffectiveAclsResolver

- All Known Implementing Classes:
- GrantedAuthorityEffectiveAclsResolver
- public interface EffectiveAclsResolver
Determines the ACLs that are effective for a given
Authentication object.
Implementations will vary depending on their ability to interpret the
"recipient" object types contained in BasicAclEntry instances, and
how those recipient object types correspond to
Authentication-presented principals and granted authorities.
Implementations should not filter the resulting ACL list from lower-order
permissions. So if a resulting ACL list grants a "read" permission, an
"unlimited" permission and a "zero" permission (due to the effective ACLs
for different granted authorities held by the Authentication
object), all three permissions would be returned as distinct
BasicAclEntry instances. It is the responsibility of the
relying classes (voters and business methods) to ignore or handle
lower-order permissions in a business logic dependent manner.
- Version:
- $Id: EffectiveAclsResolver.java,v 1.2 2005/11/17 00:55:47 benalex Exp $
| Method Summary | |
org.acegisecurity.acl.AclEntry[] |
resolveEffectiveAcls(org.acegisecurity.acl.AclEntry[] allAcls,
org.acegisecurity.Authentication filteredBy)
Determines the ACLs that apply to the presented Authentication object. |
| Method Detail |
resolveEffectiveAcls
public org.acegisecurity.acl.AclEntry[] resolveEffectiveAcls(org.acegisecurity.acl.AclEntry[] allAcls, org.acegisecurity.Authentication filteredBy)
- Determines the ACLs that apply to the presented
Authenticationobject.
|
|||||||||
| Home >> All >> org >> acegisecurity >> acl >> [ basic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC