Uses of Interface
org.springframework.security.acls.model.ObjectIdentityGenerator

Packages that use ObjectIdentityGenerator
org.springframework.security.acls The Spring Security ACL package which implements instance-based security for domain objects. 
org.springframework.security.acls.domain Basic implementation of access control lists (ACLs) interfaces. 
 

Uses of ObjectIdentityGenerator in org.springframework.security.acls
 

Methods in org.springframework.security.acls with parameters of type ObjectIdentityGenerator
 void AclPermissionEvaluator.setObjectIdentityGenerator(ObjectIdentityGenerator objectIdentityGenerator)
           
 

Uses of ObjectIdentityGenerator in org.springframework.security.acls.domain
 

Classes in org.springframework.security.acls.domain that implement ObjectIdentityGenerator
 class ObjectIdentityRetrievalStrategyImpl
          Basic implementation of ObjectIdentityRetrievalStrategy and ObjectIdentityGenerator that uses the constructors of ObjectIdentityImpl to create the ObjectIdentity.
 



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