Class AfterLoginEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.vault.authentication.event.AuthenticationEvent
org.springframework.vault.authentication.event.AfterLoginEvent
- All Implemented Interfaces:
Serializable
Event published after logging into Vault.
- Since:
- 2.2
- Author:
- Mark Paluch
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAfterLoginEvent(VaultToken source) Create a newAfterLoginEventgivenVaultToken. -
Method Summary
Methods inherited from class org.springframework.vault.authentication.event.AuthenticationEvent
getSourceMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
AfterLoginEvent
Create a newAfterLoginEventgivenVaultToken.- Parameters:
source- theVaultTokenassociated with this event, must not be null.
-