@ConfigurationProperties(value="spring.cloud.vault.rabbitmq") @Validated public class VaultRabbitMqProperties extends Object implements VaultSecretBackendDescriptor
Constructor and Description |
---|
VaultRabbitMqProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getBackend() |
String |
getPasswordProperty() |
String |
getRole() |
String |
getUsernameProperty() |
boolean |
isEnabled() |
void |
setBackend(String backend) |
void |
setEnabled(boolean enabled) |
void |
setPasswordProperty(String passwordProperty) |
void |
setRole(String role) |
void |
setUsernameProperty(String usernameProperty) |
public boolean isEnabled()
isEnabled
in interface VaultSecretBackendDescriptor
public String getRole()
public String getBackend()
getBackend
in interface VaultSecretBackendDescriptor
public String getUsernameProperty()
public String getPasswordProperty()
public void setEnabled(boolean enabled)
public void setRole(String role)
public void setBackend(String backend)
public void setUsernameProperty(String usernameProperty)
public void setPasswordProperty(String passwordProperty)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.