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

Packages that use ObjectIdentityGenerator
org.springframework.security.acls   
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-2009 SpringSource, Inc. All Rights Reserved.