public static enum PropertyDefinitions.AuthMech extends Enum<PropertyDefinitions.AuthMech>
| Enum Constant and Description |
|---|
EXTERNAL |
MYSQL41 |
PLAIN |
SHA256_MEMORY |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDefinitions.AuthMech |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyDefinitions.AuthMech[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyDefinitions.AuthMech PLAIN
public static final PropertyDefinitions.AuthMech MYSQL41
public static final PropertyDefinitions.AuthMech SHA256_MEMORY
public static final PropertyDefinitions.AuthMech EXTERNAL
public static PropertyDefinitions.AuthMech[] values()
for (PropertyDefinitions.AuthMech c : PropertyDefinitions.AuthMech.values()) System.out.println(c);
public static PropertyDefinitions.AuthMech 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 null