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