Spring Security Framework

Uses of Interface
org.springframework.security.acl.AclManager

Packages that use AclManager
org.springframework.security.acl Enables retrieval of access control lists (ACLs) for domain object instances. 
org.springframework.security.afterinvocation Used for post-processing of an object returned from a secure object invocation. 
org.springframework.security.vote Implements a vote-based approach to authorization decisions. 
 

Uses of AclManager in org.springframework.security.acl
 

Classes in org.springframework.security.acl that implement AclManager
 class AclProviderManager
          Deprecated. Use new spring-security-acl module instead
 

Uses of AclManager in org.springframework.security.afterinvocation
 

Methods in org.springframework.security.afterinvocation that return AclManager
 AclManager BasicAclEntryAfterInvocationProvider.getAclManager()
          Deprecated.  
 AclManager BasicAclEntryAfterInvocationCollectionFilteringProvider.getAclManager()
          Deprecated.  
 

Methods in org.springframework.security.afterinvocation with parameters of type AclManager
 void BasicAclEntryAfterInvocationProvider.setAclManager(AclManager aclManager)
          Deprecated.  
 void BasicAclEntryAfterInvocationCollectionFilteringProvider.setAclManager(AclManager aclManager)
          Deprecated.  
 

Uses of AclManager in org.springframework.security.vote
 

Methods in org.springframework.security.vote that return AclManager
 AclManager BasicAclEntryVoter.getAclManager()
          Deprecated.  
 

Methods in org.springframework.security.vote with parameters of type AclManager
 void BasicAclEntryVoter.setAclManager(AclManager aclManager)
          Deprecated.  
 


Spring Security Framework

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