org.springframework.security.acls.domain
Class ConsoleAuditLogger

java.lang.Object
  extended by org.springframework.security.acls.domain.ConsoleAuditLogger
All Implemented Interfaces:
AuditLogger

public class ConsoleAuditLogger
extends Object
implements AuditLogger

A basic implementation of AuditLogger.

Version:
$Id: ConsoleAuditLogger.java 4012 2009-11-29 13:17:58Z ltaylor $
Author:
Ben Alex

Constructor Summary
ConsoleAuditLogger()
           
 
Method Summary
 void logIfNeeded(boolean granted, AccessControlEntry ace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleAuditLogger

public ConsoleAuditLogger()
Method Detail

logIfNeeded

public void logIfNeeded(boolean granted,
                        AccessControlEntry ace)
Specified by:
logIfNeeded in interface AuditLogger


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