Class LoginTokenRenewalFailedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.vault.authentication.event.AuthenticationErrorEvent
org.springframework.vault.authentication.event.LoginTokenRenewalFailedEvent
- All Implemented Interfaces:
Serializable
Generic event class for authentication error events.
- 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.AuthenticationErrorEvent
getException
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
LoginTokenRenewalFailedEvent
- Parameters:
source
- theVaultToken
associated with this event, must not be null.exception
- must not be null.
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-