@ConfigurationProperties(value="spring.cloud.vault.rabbitmq") 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 void setEnabled(boolean enabled)
@Nullable public String getRole()
public void setRole(@Nullable String role)
public String getBackend()
getBackend
in interface VaultSecretBackendDescriptor
public void setBackend(String backend)
public String getUsernameProperty()
public void setUsernameProperty(String usernameProperty)
public String getPasswordProperty()
public void setPasswordProperty(String passwordProperty)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.