@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() |
String |
getBackend() |
String |
getDefaultContext() |
String |
getProfileSeparator() |
boolean |
isEnabled() |
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.EnvironmentAwarepublic boolean isEnabled()
isEnabled in interface VaultKeyValueBackendPropertiesSupportpublic String getBackend()
getBackend in interface VaultKeyValueBackendPropertiesSupportpublic String getDefaultContext()
getDefaultContext in interface VaultKeyValueBackendPropertiesSupportpublic String getProfileSeparator()
getProfileSeparator in interface VaultKeyValueBackendPropertiesSupportpublic 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 © 2019 Pivotal Software, Inc.. All rights reserved.