Uses of Interface
org.springframework.vault.support.LeaseStrategy
Package
Description
Support for authentication and session management.
The core package implementing lease renewal and secret rotation.
Classes supporting the Vault packages, such as value objects.
-
Uses of LeaseStrategy in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionvoid
LifecycleAwareSessionManagerSupport.setLeaseStrategy
(LeaseStrategy leaseStrategy) Set theLeaseStrategy
for lease renewal error handling. -
Uses of LeaseStrategy in org.springframework.vault.core.lease
Modifier and TypeMethodDescriptionvoid
SecretLeaseContainer.setLeaseStrategy
(LeaseStrategy leaseStrategy) Set theLeaseStrategy
for lease renewal error handling. -
Uses of LeaseStrategy in org.springframework.vault.support
Modifier and TypeMethodDescriptionstatic LeaseStrategy
LeaseStrategy.dropOnError()
Predefined strategy to drop leases on error.static LeaseStrategy
LeaseStrategy.retainOnError()
Predefined strategy to retain leases on error.static LeaseStrategy
LeaseStrategy.retainOnIoError()
Predefined strategy to retain leases on I/O errors.