Spring Security Framework

Uses of Interface
org.springframework.security.acls.objectidentity.ObjectIdentityRetrievalStrategy

Packages that use ObjectIdentityRetrievalStrategy
org.springframework.security.acls.objectidentity Provides indirection between ACL packages and domain objects. 
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 ObjectIdentityRetrievalStrategy in org.springframework.security.acls.objectidentity
 

Classes in org.springframework.security.acls.objectidentity that implement ObjectIdentityRetrievalStrategy
 class ObjectIdentityRetrievalStrategyImpl
          Basic implementation of ObjectIdentityRetrievalStrategy that uses the constructor of ObjectIdentityImpl to create the ObjectIdentity.
 

Uses of ObjectIdentityRetrievalStrategy in org.springframework.security.afterinvocation
 

Fields in org.springframework.security.afterinvocation declared as ObjectIdentityRetrievalStrategy
protected  ObjectIdentityRetrievalStrategy AbstractAclProvider.objectIdentityRetrievalStrategy
           
 

Methods in org.springframework.security.afterinvocation with parameters of type ObjectIdentityRetrievalStrategy
 void AbstractAclProvider.setObjectIdentityRetrievalStrategy(ObjectIdentityRetrievalStrategy objectIdentityRetrievalStrategy)
           
 

Uses of ObjectIdentityRetrievalStrategy in org.springframework.security.vote
 

Methods in org.springframework.security.vote with parameters of type ObjectIdentityRetrievalStrategy
 void AclEntryVoter.setObjectIdentityRetrievalStrategy(ObjectIdentityRetrievalStrategy objectIdentityRetrievalStrategy)
           
 


Spring Security Framework

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