public class LoginSuccessfulEvent
extends io.micronaut.context.event.ApplicationEvent
| Constructor and Description | 
|---|
LoginSuccessfulEvent(java.lang.Object source)
Event triggered when a successful login takes place. 
 | 
public LoginSuccessfulEvent(java.lang.Object source)
source - the Authentication of the person logging in.java.lang.IllegalArgumentException - if source is null.