public static enum CachingSha2PasswordPlugin.AuthStage extends java.lang.Enum<CachingSha2PasswordPlugin.AuthStage>
| Enum Constant and Description |
|---|
FAST_AUTH_COMPLETE |
FAST_AUTH_READ_RESULT |
FAST_AUTH_SEND_SCRAMBLE |
FULL_AUTH |
| Modifier and Type | Method and Description |
|---|---|
static CachingSha2PasswordPlugin.AuthStage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CachingSha2PasswordPlugin.AuthStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CachingSha2PasswordPlugin.AuthStage FAST_AUTH_SEND_SCRAMBLE
public static final CachingSha2PasswordPlugin.AuthStage FAST_AUTH_READ_RESULT
public static final CachingSha2PasswordPlugin.AuthStage FAST_AUTH_COMPLETE
public static final CachingSha2PasswordPlugin.AuthStage FULL_AUTH
public static CachingSha2PasswordPlugin.AuthStage[] values()
for (CachingSha2PasswordPlugin.AuthStage c : CachingSha2PasswordPlugin.AuthStage.values()) System.out.println(c);
public static CachingSha2PasswordPlugin.AuthStage valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null