|
|||||||||
| 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 AclObjectIdentityAware

- public interface AclObjectIdentityAware
Indicates a domain object instance is able to provide AclObjectIdentity information.
Domain objects must implement this interface if they wish to provide an
AclObjectIdentity rather than it being determined by relying
classes. Specifically, the BasicAclProvider detects and uses this
interface.
- Version:
- $Id: AclObjectIdentityAware.java,v 1.2 2005/11/17 00:55:47 benalex Exp $
| Method Summary | |
AclObjectIdentity |
getAclObjectIdentity()
Retrieves the AclObjectIdentity for this instance. |
| Method Detail |
getAclObjectIdentity
public AclObjectIdentity getAclObjectIdentity()
- Retrieves the
AclObjectIdentityfor this instance.
|
|||||||||
| Home >> All >> org >> acegisecurity >> acl >> [ basic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC