Uses of Interface
org.acegisecurity.acls.jdbc.AclCache

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

Uses of AclCache in org.acegisecurity.acls.jdbc
 

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

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



Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.