|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 bsaic 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,
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 |
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |