public static enum HashiCorpVaultConfiguration.VaultConfigurationKey extends Enum<HashiCorpVaultConfiguration.VaultConfigurationKey>
| Enum Constant and Description |
|---|
AUTHENTICATION_PROPERTIES_FILE |
CONNECTION_TIMEOUT |
READ_TIMEOUT |
URI |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the property key.
|
static HashiCorpVaultConfiguration.VaultConfigurationKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashiCorpVaultConfiguration.VaultConfigurationKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HashiCorpVaultConfiguration.VaultConfigurationKey AUTHENTICATION_PROPERTIES_FILE
public static final HashiCorpVaultConfiguration.VaultConfigurationKey READ_TIMEOUT
public static final HashiCorpVaultConfiguration.VaultConfigurationKey CONNECTION_TIMEOUT
public static final HashiCorpVaultConfiguration.VaultConfigurationKey URI
private final String key
public static HashiCorpVaultConfiguration.VaultConfigurationKey[] values()
for (HashiCorpVaultConfiguration.VaultConfigurationKey c : HashiCorpVaultConfiguration.VaultConfigurationKey.values()) System.out.println(c);
public static HashiCorpVaultConfiguration.VaultConfigurationKey valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKey()
Copyright © 2022 Apache NiFi Project. All rights reserved.