@ConfigurationProperties(value="spring.cloud.vault.consul") @Validated public class VaultConsulProperties extends Object implements VaultSecretBackendDescriptor
| Constructor and Description |
|---|
VaultConsulProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackend() |
String |
getRole() |
String |
getTokenProperty() |
boolean |
isEnabled() |
void |
setBackend(String backend) |
void |
setEnabled(boolean enabled) |
void |
setRole(String role) |
void |
setTokenProperty(String tokenProperty) |
public boolean isEnabled()
isEnabled in interface VaultSecretBackendDescriptorpublic String getRole()
public String getBackend()
getBackend in interface VaultSecretBackendDescriptorpublic String getTokenProperty()
public void setEnabled(boolean enabled)
public void setRole(String role)
public void setBackend(String backend)
public void setTokenProperty(String tokenProperty)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.