Spring Security Framework

Package org.springframework.security.acl

Enables retrieval of access control lists (ACLs) for domain object instances.

See:
          Description

Interface Summary
AclEntry Deprecated. Use new spring-security-acl module instead
AclManager Deprecated. Use new spring-security-acl module instead
AclProvider Deprecated. Use new spring-security-acl module instead
 

Class Summary
AclProviderManager Deprecated. Use new spring-security-acl module instead
 

Package org.springframework.security.acl Description

Enables retrieval of access control lists (ACLs) for domain object instances.

The goal of this package is to locate the AclEntrys that apply to a given domain object instance.

An AclManager has ultimate resposibility for obtaining the AclEntrys instances, with a provider-based implementation available via the AclProviderManager class (and its AclProvider interface.


Spring Security Framework

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