org.acegisecurity.event.authentication
Class LoggerListener
java.lang.Object
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 1845 2007-05-23 06:31:32Z benalex $
- 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(org.springframework.context.ApplicationEvent event)
- Specified by:
onApplicationEvent
in interface org.springframework.context.ApplicationListener
isLogInteractiveAuthenticationSuccessEvents
public boolean isLogInteractiveAuthenticationSuccessEvents()
setLogInteractiveAuthenticationSuccessEvents
public void setLogInteractiveAuthenticationSuccessEvents(boolean logInteractiveAuthenticationSuccessEvents)
Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.