public class VaultConfigLocation
extends org.springframework.boot.context.config.ConfigDataResource
ConfigDataLocation. Consists of a
SecretBackendMetadata.SecretBackendMetadata| Modifier and Type | Field and Description |
|---|---|
static String |
VAULT_PREFIX
Prefix used to indicate a
VaultConfigLocation. |
| Constructor and Description |
|---|
VaultConfigLocation(SecretBackendMetadata secretBackendMetadata,
boolean optional) |
VaultConfigLocation(String contextPath,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SecretBackendMetadata |
getSecretBackendMetadata() |
int |
hashCode() |
boolean |
isOptional() |
String |
toString() |
public static final String VAULT_PREFIX
VaultConfigLocation.public VaultConfigLocation(String contextPath, boolean optional)
public VaultConfigLocation(SecretBackendMetadata secretBackendMetadata, boolean optional)
public SecretBackendMetadata getSecretBackendMetadata()
public boolean isOptional()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.