Uses of Interface
org.springframework.vault.authentication.event.AuthenticationListener
Packages that use AuthenticationListener
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 AuthenticationListener in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication with parameters of type AuthenticationListenerModifier and TypeMethodDescriptionvoidAuthenticationEventPublisher.addAuthenticationListener(AuthenticationListener listener) Add aAuthenticationListener.voidAuthenticationEventPublisher.removeAuthenticationListener(AuthenticationListener listener) Remove aAuthenticationListener. -
Uses of AuthenticationListener in org.springframework.vault.authentication.event
Methods in org.springframework.vault.authentication.event with parameters of type AuthenticationListenerModifier and TypeMethodDescriptionvoidAuthenticationEventMulticaster.addAuthenticationListener(AuthenticationListener listener) Add aAuthenticationListener.voidAuthenticationEventMulticaster.removeAuthenticationListener(AuthenticationListener listener) Remove aAuthenticationListener. -
Uses of AuthenticationListener in org.springframework.vault.core.lease
Methods in org.springframework.vault.core.lease that return AuthenticationListenerModifier and TypeMethodDescriptionSecretLeaseContainer.getAuthenticationListener()Returns theAuthenticationListenerto listen for login token events.