public class InteractiveAuthenticationSuccessEvent extends AbstractAuthenticationEvent
The ApplicationEvent
's source
will be the
Authentication
object.
This does not extend from AuthenticationSuccessEvent
to avoid duplicate
AuthenticationSuccessEvent
s being sent to any listeners.
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. |
getAuthentication
public InteractiveAuthenticationSuccessEvent(Authentication authentication, java.lang.Class<?> generatedBy)