Uses of Interface
org.springframework.vault.support.LeaseStrategy
Packages that use 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
Methods in org.springframework.vault.authentication with parameters of type LeaseStrategyModifier and TypeMethodDescriptionvoidLifecycleAwareSessionManagerSupport.setLeaseStrategy(LeaseStrategy leaseStrategy) Set theLeaseStrategyfor lease renewal error handling. -
Uses of LeaseStrategy in org.springframework.vault.core.lease
Methods in org.springframework.vault.core.lease with parameters of type LeaseStrategyModifier and TypeMethodDescriptionvoidSecretLeaseContainer.setLeaseStrategy(LeaseStrategy leaseStrategy) Set theLeaseStrategyfor lease renewal error handling. -
Uses of LeaseStrategy in org.springframework.vault.support
Methods in org.springframework.vault.support that return LeaseStrategyModifier and TypeMethodDescriptionstatic LeaseStrategyLeaseStrategy.dropOnError()Predefined strategy to drop leases on error.static LeaseStrategyLeaseStrategy.retainOnError()Predefined strategy to retain leases on error.static LeaseStrategyLeaseStrategy.retainOnIoError()Predefined strategy to retain leases on I/O errors.