Interface PropertySourceLocatorConfiguration
-
public interface PropertySourceLocatorConfigurationConfiguration for a VaultPropertySourceLocator.- Since:
- 1.1
- Author:
- Mark Paluch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<SecretBackendMetadata>getSecretBackends()
-
-
-
Method Detail
-
getSecretBackends
Collection<SecretBackendMetadata> getSecretBackends()
- Returns:
- a
CollectionofSecretBackendMetadata.
-
-