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

- All Known Implementing Classes:
- AclProviderManager
- public interface AclManager
Obtains the AclEntry instances that apply to a particular
domain object instance.
- Version:
- $Id: AclManager.java,v 1.2 2005/11/17 00:55:51 benalex Exp $
| Method Summary | |
AclEntry[] |
getAcls(java.lang.Object domainInstance)
Obtains the ACLs that apply to the specified domain instance. |
AclEntry[] |
getAcls(java.lang.Object domainInstance,
org.acegisecurity.Authentication authentication)
Obtains the ACLs that apply to the specified domain instance, but only including those ACLs which have been granted to the presented Authentication object |
| Method Detail |
getAcls
public AclEntry[] getAcls(java.lang.Object domainInstance)
- Obtains the ACLs that apply to the specified domain instance.
getAcls
public AclEntry[] getAcls(java.lang.Object domainInstance, org.acegisecurity.Authentication authentication)
- Obtains the ACLs that apply to the specified domain instance, but only
including those ACLs which have been granted to the presented
Authenticationobject
|
|||||||||
| Home >> All >> org >> acegisecurity >> [ acl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC