Uses of Interface
org.springframework.security.acls.domain.AuditLogger

Packages that use AuditLogger
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 AuditLogger in org.springframework.security.acls.domain
 

Classes in org.springframework.security.acls.domain that implement AuditLogger
 class ConsoleAuditLogger
          A basic implementation of AuditLogger.
 

Constructors in org.springframework.security.acls.domain with parameters of type AuditLogger
AclImpl(ObjectIdentity objectIdentity, Serializable id, AclAuthorizationStrategy aclAuthorizationStrategy, AuditLogger auditLogger)
          Minimal constructor, which should be used MutableAclService.createAcl(ObjectIdentity).
AclImpl(ObjectIdentity objectIdentity, Serializable id, AclAuthorizationStrategy aclAuthorizationStrategy, AuditLogger auditLogger, Acl parentAcl, List<Sid> loadedSids, boolean entriesInheriting, Sid owner)
          Full constructor, which should be used by persistence tools that do not provide field-level access features.
 

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

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



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