Class LoginTokenRevocationFailedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.vault.authentication.event.AuthenticationErrorEvent
org.springframework.vault.authentication.event.LoginTokenRevocationFailedEvent
- 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
Constructors -
Method Summary
Methods inherited from class org.springframework.vault.authentication.event.AuthenticationErrorEvent
getExceptionMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
LoginTokenRevocationFailedEvent
- Parameters:
source- theVaultTokenassociated with this event, must not be null.exception- must not be null.
-
-
Method Details
-
getSource
- Overrides:
getSourcein classEventObject
-