public class LoginFailedEvent extends ApplicationEvent
source| Constructor and Description | 
|---|
LoginFailedEvent(Object source)
Event triggered when an unsuccessful login takes place. 
 | 
public LoginFailedEvent(Object source)
source - the AuthenticationFailed object signalising the authentication failure and reason.IllegalArgumentException - if source is null.