public static enum KeywhizKeyStore.Name extends Enum<KeywhizKeyStore.Name>
Modifier and Type | Method and Description |
---|---|
static KeywhizKeyStore.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeywhizKeyStore.Name[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeywhizKeyStore.Name Keywhiz
public static final KeywhizKeyStore.Name LDAP
public static KeywhizKeyStore.Name[] values()
for (KeywhizKeyStore.Name c : KeywhizKeyStore.Name.values()) System.out.println(c);
public static KeywhizKeyStore.Name 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 © 2018 Walmart, Inc.. All rights reserved.