private static enum PlainSaslServer.InitialResponse extends java.lang.Enum<PlainSaslServer.InitialResponse>
| Enum Constant and Description |
|---|
AUTHCID_EXPECTED |
AUTHZID_EXPECTED |
PASSWORD_EXPECTED |
| Modifier and Type | Method and Description |
|---|---|
static PlainSaslServer.InitialResponse |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlainSaslServer.InitialResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlainSaslServer.InitialResponse AUTHZID_EXPECTED
public static final PlainSaslServer.InitialResponse AUTHCID_EXPECTED
public static final PlainSaslServer.InitialResponse PASSWORD_EXPECTED
public static PlainSaslServer.InitialResponse[] values()
for (PlainSaslServer.InitialResponse c : PlainSaslServer.InitialResponse.values()) System.out.println(c);
public static PlainSaslServer.InitialResponse 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