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

Packages that use AclCache
org.springframework.security.acls.domain Basic implementation of access control lists (ACLs) interfaces. 
org.springframework.security.acls.jdbc JDBC-based persistence of ACL information. 
 

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

Classes in org.springframework.security.acls.domain that implement AclCache
 class EhCacheBasedAclCache
          Simple implementation of AclCache that delegates to EH-CACHE.
 

Uses of AclCache in org.springframework.security.acls.jdbc
 

Constructors in org.springframework.security.acls.jdbc with parameters of type AclCache
BasicLookupStrategy(DataSource dataSource, AclCache aclCache, AclAuthorizationStrategy aclAuthorizationStrategy, AuditLogger auditLogger)
          Constructor accepting mandatory arguments
JdbcMutableAclService(DataSource dataSource, LookupStrategy lookupStrategy, AclCache aclCache)
           
 



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