public abstract class AbstractAuthenticationEvent
extends org.springframework.context.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. |
getSource, toString
public AbstractAuthenticationEvent(Authentication authentication)
public Authentication getAuthentication()
Authentication
request that caused the event. Also available from
super.getSource()
.Copyright © 2019. All rights reserved.