public static enum VaultUserAuthenticator.VaultAuthMethod extends Enum<VaultUserAuthenticator.VaultAuthMethod>
Enum Constant and Description |
---|
APP_ROLE |
LDAP |
USER_PASS |
VAULT_TOKEN |
Modifier and Type | Method and Description |
---|---|
static VaultUserAuthenticator.VaultAuthMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VaultUserAuthenticator.VaultAuthMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VaultUserAuthenticator.VaultAuthMethod APP_ROLE
public static final VaultUserAuthenticator.VaultAuthMethod LDAP
public static final VaultUserAuthenticator.VaultAuthMethod USER_PASS
public static final VaultUserAuthenticator.VaultAuthMethod VAULT_TOKEN
public static VaultUserAuthenticator.VaultAuthMethod[] values()
for (VaultUserAuthenticator.VaultAuthMethod c : VaultUserAuthenticator.VaultAuthMethod.values()) System.out.println(c);
public static VaultUserAuthenticator.VaultAuthMethod 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 © 1970 The Apache Software Foundation. All rights reserved.