Class AuthenticationFailureEvent
- java.lang.Object
-
- org.xwiki.security.authentication.AuthenticationFailureEvent
-
- All Implemented Interfaces:
org.xwiki.observation.event.Event
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: 4c0e4ff1382b8320c6ad0d4b1dcdb39b05827f1e $
-
-
Constructor Summary
Constructors Constructor Description AuthenticationFailureEvent()
-