java.lang.Object | |||
↳ | java.util.EventObject | ||
↳ | org.springframework.context.ApplicationEvent | ||
↳ | org.springframework.security.authentication.event.AbstractAuthenticationEvent |
![]() |
Represents an application authentication event.
The ApplicationEvent
's source
will
be the Authentication
object.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Getters for the
Authentication request that caused the event. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Getters for the Authentication
request that caused the event. Also available from
super.getSource()
.