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