Class AuthenticationFailureEvent
- java.lang.Object
-
- org.xwiki.security.authentication.AuthenticationFailureEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.Event
@Unstable public class AuthenticationFailureEvent extends Object implements org.xwiki.observation.event.Event
This event is triggered every time an authentication failure occurs.The event also send the following parameters:
- source: the username (as a {java.lang.String}) used for the authentication.
- Since:
- 13.1RC1
- Version:
- $Id: 70bdbf23039055bf1c4417f9c2c5fcd0c007868f $
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFailureEvent()
-