Uses of Class
org.springframework.vault.core.lease.SecretLeaseContainer
Packages that use SecretLeaseContainer
Package
Description
Spring configuration for Vault.
Spring Vault's environment abstraction consisting property source support.
-
Uses of SecretLeaseContainer in org.springframework.vault.config
Methods in org.springframework.vault.config that return SecretLeaseContainer -
Uses of SecretLeaseContainer in org.springframework.vault.core.env
Constructors in org.springframework.vault.core.env with parameters of type SecretLeaseContainerModifierConstructorDescriptionLeaseAwareVaultPropertySource(String name, SecretLeaseContainer secretLeaseContainer, RequestedSecret requestedSecret) LeaseAwareVaultPropertySource(String name, SecretLeaseContainer secretLeaseContainer, RequestedSecret requestedSecret, PropertyTransformer propertyTransformer) LeaseAwareVaultPropertySource(String name, SecretLeaseContainer secretLeaseContainer, RequestedSecret requestedSecret, PropertyTransformer propertyTransformer, boolean ignoreSecretNotFound) LeaseAwareVaultPropertySource(SecretLeaseContainer secretLeaseContainer, RequestedSecret requestedSecret)