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 1784 2007-02-24 21:00:24Z luke_t $
Author:
Ben Alex

Method Summary
 AclObjectIdentity getAclObjectIdentity()
          Retrieves the AclObjectIdentity for this instance.
 

Method Detail

getAclObjectIdentity

AclObjectIdentity getAclObjectIdentity()
Retrieves the AclObjectIdentity for this instance.

Returns:
the ACL object identity for this instance (can never be null)


Copyright © 2004-2010 Interface21, Inc. All Rights Reserved.