Class BeforeLoginTokenRevocationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.vault.authentication.event.AuthenticationEvent
org.springframework.vault.authentication.event.BeforeLoginTokenRevocationEvent
- All Implemented Interfaces:
Serializable
Event published before revoking a
login token
.- Since:
- 2.2
- Author:
- Mark Paluch
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
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
-
BeforeLoginTokenRevocationEvent
Create a newBeforeLoginTokenRevocationEvent
givenVaultToken
.- Parameters:
source
- theVaultToken
associated with this event, must not be null.
-