public class LoginFailedEvent
extends io.micronaut.context.event.ApplicationEvent
| Constructor and Description | 
|---|
LoginFailedEvent(java.lang.Object source)
Event triggered when an unsuccessful login takes place. 
 | 
public LoginFailedEvent(java.lang.Object source)
source - The AuthenticationResponse object
               signaling the authentication failure and reason.java.lang.IllegalArgumentException - if source is null.