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