public class InteractiveAuthenticationSuccessEvent extends AbstractAuthenticationEvent
The ApplicationEvent's
source will be the Authentication object.
| Constructor and Description |
|---|
InteractiveAuthenticationSuccessEvent(Authentication authentication,
java.lang.Class generatedBy) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getGeneratedBy()
Getter for the
Class that generated this event. |
getAuthenticationpublic InteractiveAuthenticationSuccessEvent(Authentication authentication, java.lang.Class generatedBy)