Uses of Class
org.springframework.vault.core.lease.event.SecretLeaseEvent
Packages that use SecretLeaseEvent
Package
Description
Spring Vault's environment abstraction consisting property source support.
The core package implementing lease renewal and secret rotation.
Support classes for lease application events.
-
Uses of SecretLeaseEvent in org.springframework.vault.core.env
Methods in org.springframework.vault.core.env with parameters of type SecretLeaseEventModifier and TypeMethodDescriptionprotected voidLeaseAwareVaultPropertySource.handleLeaseErrorEvent(SecretLeaseEvent leaseEvent, Exception exception) Hook method to handle aSecretLeaseEventerrors.protected voidLeaseAwareVaultPropertySource.handleLeaseEvent(SecretLeaseEvent leaseEvent, Map<String, Object> properties) Hook method to handle aSecretLeaseEvent. -
Uses of SecretLeaseEvent in org.springframework.vault.core.lease
Methods in org.springframework.vault.core.lease with parameters of type SecretLeaseEventModifier and TypeMethodDescriptionvoidSecretLeaseEventPublisher.LoggingErrorListener.onLeaseError(SecretLeaseEvent leaseEvent, Exception exception) -
Uses of SecretLeaseEvent in org.springframework.vault.core.lease.event
Subclasses of SecretLeaseEvent in org.springframework.vault.core.lease.eventModifier and TypeClassDescriptionclassEvent published after renewing aLeasefor aRequestedSecret.classEvent published after revoking aLeasefor aRequestedSecret.classEvent published before revoking aLeasefor aRequestedSecret.classEvent published after obtaining secrets potentially associated with aLease.classEvent published when caught anExceptionduring secret retrieval and lease interaction.classEvent published after an expiredLeasefor aRequestedSecretwas observed.classEvent published after rotating secrets.classEvent published after secrets could not be found for aRequestedSecret.Methods in org.springframework.vault.core.lease.event with parameters of type SecretLeaseEventModifier and TypeMethodDescriptionvoidLeaseErrorListener.onLeaseError(SecretLeaseEvent leaseEvent, Exception exception) Callback for aSecretLeaseEvent.voidLeaseListenerAdapter.onLeaseError(SecretLeaseEvent leaseEvent, Exception exception) voidLeaseListener.onLeaseEvent(SecretLeaseEvent leaseEvent) Callback for aSecretLeaseEventvoidLeaseListenerAdapter.onLeaseEvent(SecretLeaseEvent leaseEvent)