Uses of Class
org.springframework.vault.authentication.event.AuthenticationErrorEvent
Package
Description
Support for authentication and session management.
Support classes for authentication application events.
-
Uses of AuthenticationErrorEvent in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionvoid
AuthenticationEventPublisher.multicastEvent
(AuthenticationErrorEvent event) -
Uses of AuthenticationErrorEvent in org.springframework.vault.authentication.event
Modifier and TypeClassDescriptionclass
Event published before renewing alogin token
.class
Generic event class for authentication error events.class
Generic event class for authentication error events.Modifier and TypeMethodDescriptionvoid
AuthenticationEventMulticaster.multicastEvent
(AuthenticationErrorEvent event) Multicast the given application event to appropriate listeners.void
AuthenticationErrorListener.onAuthenticationError
(AuthenticationErrorEvent authenticationEvent) Callback for aAuthenticationErrorEvent
.