Class AuthenticationFailureLimitReachedEvent
- java.lang.Object
-
- org.xwiki.security.authentication.AuthenticationFailureLimitReachedEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.Event
public class AuthenticationFailureLimitReachedEvent extends Object implements org.xwiki.observation.event.Event
This event occurs when a login authentication failure reach the level defined in the configuration (e.g. an user failing his authentication 3 times in less than 5 minutes). SeeAuthenticationConfiguration
.The event also send the following parameters:
- source: the username (as a {java.lang.String}) used for the authentication.
- Since:
- 13.1RC1
- Version:
- $Id: b674ad8487a911435b659d49619eb10deed0e377 $
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFailureLimitReachedEvent()
-