org.springframework.security.access.event
Class LoggerListener

java.lang.Object
  extended by org.springframework.security.access.event.LoggerListener
All Implemented Interfaces:
EventListener, ApplicationListener<AbstractAuthorizationEvent>

public class LoggerListener
extends Object
implements ApplicationListener<AbstractAuthorizationEvent>

Outputs interceptor-related application events to Commons Logging.

All failures are logged at the warning level, with success events logged at the information level, and public invocation events logged at the debug level.

Version:
$Id: LoggerListener.java 3611 2009-04-26 10:17:09Z ltaylor $
Author:
Ben Alex

Constructor Summary
LoggerListener()
           
 
Method Summary
 void onApplicationEvent(AbstractAuthorizationEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerListener

public LoggerListener()
Method Detail

onApplicationEvent

public void onApplicationEvent(AbstractAuthorizationEvent event)
Specified by:
onApplicationEvent in interface ApplicationListener<AbstractAuthorizationEvent>


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