org.acegisecurity.event.authentication
Class LoggerListener
java.lang.Object
org.acegisecurity.event.authentication.LoggerListener
- All Implemented Interfaces:
- EventListener, ApplicationListener
public class LoggerListener
- extends Object
- implements ApplicationListener
Outputs authentication-related application events to Commons Logging.
All authentication events are logged at the warning level.
- Version:
- $Id: LoggerListener.java,v 1.3 2005/12/02 12:14:38 benalex Exp $
- Author:
- Ben Alex
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerListener
public LoggerListener()
onApplicationEvent
public void onApplicationEvent(ApplicationEvent event)
- Specified by:
onApplicationEvent in interface ApplicationListener
Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.