@Service(name="hashicorp-secrets-config-source") public class HashiCorpSecretsConfigSource extends ConfiguredExtensionConfigSource<HashiCorpSecretsConfigSourceConfiguration>
| Modifier and Type | Field and Description |
|---|---|
protected int |
apiVersion |
protected String |
hashiCorpVaultToken |
protected String |
secretsEnginePath |
protected String |
secretsPath |
protected String |
vaultAddress |
configuration| Constructor and Description |
|---|
HashiCorpSecretsConfigSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
bootstrap() |
boolean |
deleteValue(String secretName) |
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
Set<String> |
getPropertyNames() |
String |
getSource() |
String |
getValue(String propertyName) |
boolean |
setValue(String secretName,
String secretValue) |
getConfiguration, setConfigurationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroyprotected String hashiCorpVaultToken
protected String vaultAddress
protected String secretsEnginePath
protected String secretsPath
protected int apiVersion
Copyright © 2021. All rights reserved.