Spring Security Framework

org.springframework.security.event.authentication
Class LoggerListener

java.lang.Object
  extended by org.springframework.security.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$
Author:
Ben Alex

Constructor Summary
LoggerListener()
           
 
Method Summary
 boolean isLogInteractiveAuthenticationSuccessEvents()
           
 void onApplicationEvent(ApplicationEvent event)
           
 void setLogInteractiveAuthenticationSuccessEvents(boolean logInteractiveAuthenticationSuccessEvents)
           
 
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(ApplicationEvent event)
Specified by:
onApplicationEvent in interface ApplicationListener

isLogInteractiveAuthenticationSuccessEvents

public boolean isLogInteractiveAuthenticationSuccessEvents()

setLogInteractiveAuthenticationSuccessEvents

public void setLogInteractiveAuthenticationSuccessEvents(boolean logInteractiveAuthenticationSuccessEvents)

Spring Security Framework

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