Spring Security Framework

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

Packages that use AclCache
org.springframework.security.acls.jdbc JDBC-based persistence of ACL information. 
 

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

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

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)
           
 


Spring Security Framework

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