Class AuthenticationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.vault.authentication.event.AuthenticationEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AfterLoginEvent
,AfterLoginTokenRenewedEvent
,AfterLoginTokenRevocationEvent
,BeforeLoginTokenRenewedEvent
,BeforeLoginTokenRevocationEvent
,LoginTokenExpiredEvent
Abstract base class for authentication events.
- Since:
- 2.2
- Author:
- Mark Paluch
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ModifierConstructorDescriptionprotected
AuthenticationEvent
(VaultToken source) Create a newAuthenticationEvent
givenVaultToken
. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
AuthenticationEvent
Create a newAuthenticationEvent
givenVaultToken
.- Parameters:
source
- theVaultToken
associated with this event, must not be null.
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-