public static enum VaultProperties.AuthenticationMethod extends Enum<VaultProperties.AuthenticationMethod>
| Enum Constant and Description |
|---|
APPID |
APPROLE |
AWS_EC2 |
AWS_IAM |
AZURE_MSI |
CERT |
CUBBYHOLE |
GCP_GCE |
GCP_IAM |
KUBERNETES |
TOKEN |
| Modifier and Type | Method and Description |
|---|---|
static VaultProperties.AuthenticationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VaultProperties.AuthenticationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VaultProperties.AuthenticationMethod TOKEN
public static final VaultProperties.AuthenticationMethod APPID
public static final VaultProperties.AuthenticationMethod APPROLE
public static final VaultProperties.AuthenticationMethod AWS_EC2
public static final VaultProperties.AuthenticationMethod AWS_IAM
public static final VaultProperties.AuthenticationMethod AZURE_MSI
public static final VaultProperties.AuthenticationMethod CERT
public static final VaultProperties.AuthenticationMethod CUBBYHOLE
public static final VaultProperties.AuthenticationMethod GCP_GCE
public static final VaultProperties.AuthenticationMethod GCP_IAM
public static final VaultProperties.AuthenticationMethod KUBERNETES
public static VaultProperties.AuthenticationMethod[] values()
for (VaultProperties.AuthenticationMethod c : VaultProperties.AuthenticationMethod.values()) System.out.println(c);
public static VaultProperties.AuthenticationMethod 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 © 2019 Pivotal Software, Inc.. All rights reserved.