org.acegisecurity.event.authentication
Class LoggerListener

java.lang.Object
  extended by org.acegisecurity.event.authentication.LoggerListener
All Implemented Interfaces:
java.util.EventListener, org.springframework.context.ApplicationListener

public class LoggerListener
extends java.lang.Object
implements org.springframework.context.ApplicationListener

Outputs authentication-related application events to Commons Logging.

All authentication events are logged at the warning level.

Version:
$Id: LoggerListener.java 1496 2006-05-23 13:38:33Z benalex $
Author:
Ben Alex

Constructor Summary
LoggerListener()
           
 
Method Summary
 void onApplicationEvent(org.springframework.context.ApplicationEvent 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(org.springframework.context.ApplicationEvent event)
Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener


Copyright © 2004-2006 Acegi Technology Pty Limited. All Rights Reserved.