public class LoggerListener
extends java.lang.Object
implements org.springframework.context.ApplicationListener
All authentication events are logged at the warning level.
| Constructor and Description |
|---|
LoggerListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLogInteractiveAuthenticationSuccessEvents() |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
void |
setLogInteractiveAuthenticationSuccessEvents(boolean logInteractiveAuthenticationSuccessEvents) |
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListenerpublic boolean isLogInteractiveAuthenticationSuccessEvents()
public void setLogInteractiveAuthenticationSuccessEvents(boolean logInteractiveAuthenticationSuccessEvents)