@Service(name="set-hashicorp-config-source-configuration") @PerLookup @CommandLock(value=NONE) @ExecuteOn(value={DAS,INSTANCE}) @TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) public class SetHashiCorpSecretsConfigSourceConfigurationCommand extends BaseSetConfigSourceConfigurationCommand<HashiCorpSecretsConfigSourceConfiguration>
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiVersion |
protected String |
secretsEnginePath |
protected String |
secretsPath |
protected String |
vaultAddress |
dynamic, enabled, logger, server, target, targetUtil| Constructor and Description |
|---|
SetHashiCorpSecretsConfigSourceConfigurationCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyValues(ActionReport report,
HashiCorpSecretsConfigSourceConfiguration configuration)
Configure the configuration ConfigBeanProxy from the @Param injected class
fields.
|
configureDynamically, executeprotected String apiVersion
protected String secretsEnginePath
protected String secretsPath
protected String vaultAddress
public SetHashiCorpSecretsConfigSourceConfigurationCommand()
protected void applyValues(ActionReport report, HashiCorpSecretsConfigSourceConfiguration configuration) throws PropertyVetoException
BaseSetConfigSourceConfigurationCommandapplyValues in class BaseSetConfigSourceConfigurationCommand<HashiCorpSecretsConfigSourceConfiguration>configuration - the ConfigBeanProxy to configurePropertyVetoException - an exception thrown if the property doesn't
pass the configured validation.Copyright © 2021. All rights reserved.