Uses of Interface
org.springframework.vault.authentication.event.AuthenticationErrorListener
Packages that use AuthenticationErrorListener
Package
Description
Support for authentication and session management.
Support classes for authentication application events.
The core package implementing lease renewal and secret rotation.
-
Uses of AuthenticationErrorListener in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication with parameters of type AuthenticationErrorListenerModifier and TypeMethodDescriptionvoidAuthenticationEventPublisher.addErrorListener(AuthenticationErrorListener listener) Add aAuthenticationErrorListener.voidAuthenticationEventPublisher.removeErrorListener(AuthenticationErrorListener listener) Remove aAuthenticationErrorListener. -
Uses of AuthenticationErrorListener in org.springframework.vault.authentication.event
Methods in org.springframework.vault.authentication.event with parameters of type AuthenticationErrorListenerModifier and TypeMethodDescriptionvoidAuthenticationEventMulticaster.addErrorListener(AuthenticationErrorListener listener) Add aAuthenticationErrorListener.voidAuthenticationEventMulticaster.removeErrorListener(AuthenticationErrorListener listener) Remove aAuthenticationErrorListener. -
Uses of AuthenticationErrorListener in org.springframework.vault.core.lease
Methods in org.springframework.vault.core.lease that return AuthenticationErrorListenerModifier and TypeMethodDescriptionSecretLeaseContainer.getAuthenticationErrorListener()Returns theAuthenticationListenerto listen for login token error events.