public enum VaultVariables extends Enum<VaultVariables> implements PropertyVariables
| Enum Constant and Description |
|---|
VAULT_APP_PATH |
VAULT_ROLE_ID |
VAULT_SECRET_ID |
VAULT_URL |
| Modifier and Type | Method and Description |
|---|---|
static VaultVariables |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VaultVariables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetNamepublic static final VaultVariables VAULT_URL
public static final VaultVariables VAULT_APP_PATH
public static final VaultVariables VAULT_ROLE_ID
public static final VaultVariables VAULT_SECRET_ID
public static VaultVariables[] values()
for (VaultVariables c : VaultVariables.values()) System.out.println(c);
public static VaultVariables 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 nullCopyright © 2022. All rights reserved.