@ConfigurationProperties(value="spring.cloud.vault.generic") @Validated public class VaultGenericBackendProperties extends Object implements org.springframework.context.EnvironmentAware, VaultKeyValueBackendPropertiesSupport
| Constructor and Description |
|---|
VaultGenericBackendProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Deprecated.
|
String |
getBackend()
Deprecated.
|
String |
getDefaultContext()
Deprecated.
|
String |
getProfileSeparator()
Deprecated.
|
boolean |
isEnabled()
Deprecated.
|
void |
setApplicationName(String applicationName) |
void |
setBackend(String backend) |
void |
setDefaultContext(String defaultContext) |
void |
setEnabled(boolean enabled) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
void |
setProfileSeparator(String profileSeparator) |
String |
toString() |
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAware@Deprecated @DeprecatedConfigurationProperty(reason="spring.cloud.vault.generic.* is deprecated in favor of spring.cloud.vault.kv", replacement="spring.cloud.vault.kv.enabled") public boolean isEnabled()
isEnabled in interface VaultKeyValueBackendPropertiesSupport@Deprecated @DeprecatedConfigurationProperty(reason="spring.cloud.vault.generic.* is deprecated in favor of spring.cloud.vault.kv", replacement="spring.cloud.vault.kv.backend") public String getBackend()
getBackend in interface VaultKeyValueBackendPropertiesSupport@Deprecated @DeprecatedConfigurationProperty(reason="spring.cloud.vault.generic.* is deprecated in favor of spring.cloud.vault.kv", replacement="spring.cloud.vault.kv.default-context") public String getDefaultContext()
getDefaultContext in interface VaultKeyValueBackendPropertiesSupport@Deprecated @DeprecatedConfigurationProperty(reason="spring.cloud.vault.generic.* is deprecated in favor of spring.cloud.vault.kv", replacement="spring.cloud.vault.kv.profile-separator") public String getProfileSeparator()
getProfileSeparator in interface VaultKeyValueBackendPropertiesSupport@Deprecated @DeprecatedConfigurationProperty(reason="spring.cloud.vault.generic.* is deprecated in favor of spring.cloud.vault.kv", replacement="spring.cloud.vault.kv.application-name") public String getApplicationName()
getApplicationName in interface VaultKeyValueBackendPropertiesSupportpublic void setEnabled(boolean enabled)
public void setBackend(String backend)
public void setDefaultContext(String defaultContext)
public void setProfileSeparator(String profileSeparator)
public void setApplicationName(String applicationName)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.