protected static enum ScramShaSaslClient.ScramExchangeStage extends java.lang.Enum<ScramShaSaslClient.ScramExchangeStage>
| Enum Constant and Description |
|---|
CLIENT_FIRST |
SERVER_FINAL |
SERVER_FIRST_CLIENT_FINAL |
TERMINATED |
| Modifier and Type | Method and Description |
|---|---|
ScramShaSaslClient.ScramExchangeStage |
getNext() |
static ScramShaSaslClient.ScramExchangeStage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScramShaSaslClient.ScramExchangeStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScramShaSaslClient.ScramExchangeStage TERMINATED
public static final ScramShaSaslClient.ScramExchangeStage SERVER_FINAL
public static final ScramShaSaslClient.ScramExchangeStage SERVER_FIRST_CLIENT_FINAL
public static final ScramShaSaslClient.ScramExchangeStage CLIENT_FIRST
public static ScramShaSaslClient.ScramExchangeStage[] values()
for (ScramShaSaslClient.ScramExchangeStage c : ScramShaSaslClient.ScramExchangeStage.values()) System.out.println(c);
public static ScramShaSaslClient.ScramExchangeStage 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 nullpublic ScramShaSaslClient.ScramExchangeStage getNext()