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 TypeMethodDescriptionvoid
AuthenticationEventPublisher.multicastEvent
(AuthenticationEvent event) -
Uses of AuthenticationEvent in org.springframework.vault.authentication.event
Subclasses of AuthenticationEvent in org.springframework.vault.authentication.eventModifier and TypeClassDescriptionclass
Event published after logging into Vault.class
Event published after renewing alogin token
.class
Event published after revoking alogin token
.class
Event published before renewing alogin token
.class
Event published before revoking alogin token
.class
Event published when dropping an expiredlogin token
.Methods in org.springframework.vault.authentication.event with parameters of type AuthenticationEventModifier and TypeMethodDescriptionvoid
AuthenticationEventMulticaster.multicastEvent
(AuthenticationEvent event) Multicast the given application event to appropriate listeners.void
AuthenticationListener.onAuthenticationEvent
(AuthenticationEvent leaseEvent) Callback for aAuthenticationEvent