public class

LoggerListener

extends Object
java.lang.Object
   ↳ org.springframework.security.authentication.event.LoggerListener

Class Overview

Outputs authentication-related application events to Commons Logging.

All authentication events are logged at the warning level.

Summary

Public Constructors
LoggerListener()
Public Methods
boolean isLogInteractiveAuthenticationSuccessEvents()
void onApplicationEvent(AbstractAuthenticationEvent event)
void setLogInteractiveAuthenticationSuccessEvents(boolean logInteractiveAuthenticationSuccessEvents)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LoggerListener ()

Public Methods

public boolean isLogInteractiveAuthenticationSuccessEvents ()

public void onApplicationEvent (AbstractAuthenticationEvent event)

public void setLogInteractiveAuthenticationSuccessEvents (boolean logInteractiveAuthenticationSuccessEvents)