Class LoginTokenExpiredEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.vault.authentication.event.AuthenticationEvent
org.springframework.vault.authentication.event.LoginTokenExpiredEvent
- All Implemented Interfaces:
Serializable
Event published when dropping an expired
login token
.- Since:
- 2.2
- Author:
- Mark Paluch
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionLoginTokenExpiredEvent
(VaultToken source) Create a newLoginTokenExpiredEvent
givenVaultToken
. -
Method Summary
Methods inherited from class org.springframework.vault.authentication.event.AuthenticationEvent
getSource
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
LoginTokenExpiredEvent
Create a newLoginTokenExpiredEvent
givenVaultToken
.- Parameters:
source
- theVaultToken
associated with this event, must not be null.
-