Class AuthenticationErrorEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.vault.authentication.event.AuthenticationErrorEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LoginFailedEvent
,LoginTokenRenewalFailedEvent
,LoginTokenRevocationFailedEvent
Generic event class for authentication error events. These can be generic failures or
specific ones such as renewal or login errors.
- 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.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AuthenticationErrorEvent
- Parameters:
source
- must not be null.exception
- must not be null.
-
-
Method Details
-
getException
-