java.lang.Object | ||||
↳ | java.util.EventObject | |||
↳ | org.springframework.context.ApplicationEvent | |||
↳ | org.springframework.security.authentication.event.AbstractAuthenticationEvent | |||
↳ | org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent |
Indicates an interactive authentication was successful.
The ApplicationEvent
's
source
will be the Authentication
object.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Getter for the
Class that generated this event. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Getter for the Class
that generated this event. This can be useful for generating
additional logging information.