public abstract class AbstractAuthenticationEvent extends ApplicationEvent
The ApplicationEvent
's source
will
be the Authentication
object.
source
Constructor and Description |
---|
AbstractAuthenticationEvent(Authentication authentication) |
Modifier and Type | Method and Description |
---|---|
Authentication |
getAuthentication()
Getters for the
Authentication request that caused the event. |
getTimestamp
getSource, toString
public AbstractAuthenticationEvent(Authentication authentication)
public Authentication getAuthentication()
Authentication
request that caused the event. Also available from
super.getSource()
.