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