Uses of Class
org.springframework.vault.authentication.event.AuthenticationEvent
Package
Description
Support for authentication and session management.
Support classes for authentication application events.
-
Uses of AuthenticationEvent in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionvoid
AuthenticationEventPublisher.multicastEvent
(AuthenticationEvent event) -
Uses of AuthenticationEvent in org.springframework.vault.authentication.event
Modifier 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
.Modifier and TypeMethodDescriptionvoid
AuthenticationEventMulticaster.multicastEvent
(AuthenticationEvent event) Multicast the given application event to appropriate listeners.void
AuthenticationListener.onAuthenticationEvent
(AuthenticationEvent leaseEvent) Callback for aAuthenticationEvent