public class InteractiveAuthenticationSuccessEvent extends AbstractAuthenticationEvent
The ApplicationEvent's
source will be the Authentication object.
source| Constructor and Description |
|---|
InteractiveAuthenticationSuccessEvent(Authentication authentication,
Class generatedBy) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getGeneratedBy()
Getter for the
Class that generated this event. |
getAuthenticationgetSource, toStringpublic InteractiveAuthenticationSuccessEvent(Authentication authentication, Class generatedBy)
public Class getGeneratedBy()
Class that generated this event. This can be useful for generating
additional logging information.Copyright © 2021. All rights reserved.