Spring Security Framework

org.springframework.security.acl.basic
Interface AclObjectIdentityAware


Deprecated. Use new spring-security-acl module instead

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$
Author:
Ben Alex

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

Method Detail

getAclObjectIdentity

AclObjectIdentity getAclObjectIdentity()
Deprecated. 
Retrieves the AclObjectIdentity for this instance.

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

Spring Security Framework

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