Uses of Class
org.springframework.vault.authentication.event.AuthenticationEvent
Packages that use AuthenticationEvent
Package
Description
Support for authentication and session management.
Support classes for authentication application events.
-
Uses of AuthenticationEvent in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication with parameters of type AuthenticationEventModifier and TypeMethodDescriptionvoidAuthenticationEventPublisher.multicastEvent(AuthenticationEvent event) -
Uses of AuthenticationEvent in org.springframework.vault.authentication.event
Subclasses of AuthenticationEvent in org.springframework.vault.authentication.eventModifier and TypeClassDescriptionclassEvent published after logging into Vault.classEvent published after renewing alogin token.classEvent published after revoking alogin token.classEvent published before renewing alogin token.classEvent published before revoking alogin token.classEvent published when dropping an expiredlogin token.Methods in org.springframework.vault.authentication.event with parameters of type AuthenticationEventModifier and TypeMethodDescriptionvoidAuthenticationEventMulticaster.multicastEvent(AuthenticationEvent event) Multicast the given application event to appropriate listeners.voidAuthenticationListener.onAuthenticationEvent(AuthenticationEvent leaseEvent) Callback for aAuthenticationEvent