Package | Description |
---|---|
org.springframework.vault.core.env |
Spring Vault's environment abstraction consisting property source support.
|
org.springframework.vault.core.util |
Property transformer classes for Spring Vault core support.
|
Constructor and Description |
---|
LeaseAwareVaultPropertySource(String name,
SecretLeaseContainer secretLeaseContainer,
RequestedSecret requestedSecret,
PropertyTransformer propertyTransformer)
|
VaultPropertySource(String name,
VaultOperations vaultOperations,
String path,
PropertyTransformer propertyTransformer)
|
Modifier and Type | Method and Description |
---|---|
default PropertyTransformer |
PropertyTransformer.andThen(PropertyTransformer after)
Return a composed transformer function that first applies this filter, and then
applies the
after transformer. |
static PropertyTransformer |
PropertyTransformers.noop() |
static PropertyTransformer |
PropertyTransformers.propertyNamePrefix(String propertyNamePrefix) |
static PropertyTransformer |
PropertyTransformers.removeNullProperties() |
Modifier and Type | Method and Description |
---|---|
default PropertyTransformer |
PropertyTransformer.andThen(PropertyTransformer after)
Return a composed transformer function that first applies this filter, and then
applies the
after transformer. |
Copyright © 2016–2018 Pivotal Software, Inc.. All rights reserved.