org.springframework.security.acls.domain
Class ConsoleAuditLogger
java.lang.Object
org.springframework.security.acls.domain.ConsoleAuditLogger
- All Implemented Interfaces:
- AuditLogger
public class ConsoleAuditLogger
- extends Object
- implements AuditLogger
A basic implementation of AuditLogger
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleAuditLogger
public ConsoleAuditLogger()
logIfNeeded
public void logIfNeeded(boolean granted,
AccessControlEntry ace)
- Specified by:
logIfNeeded
in interface AuditLogger