| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Getter for the
Class that generated this event. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.security.authentication.event.AbstractAuthenticationEvent
| |||||||||||
From class
org.springframework.context.ApplicationEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
Getter for the Class that generated this event. This can be useful for generating
additional logging information.