public static enum WS.Scheme extends Enum<WS.Scheme>
Enum Constant and Description |
---|
BASIC |
DIGEST |
KERBEROS |
NTLM |
SPNEGO |
Modifier and Type | Method and Description |
---|---|
static WS.Scheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WS.Scheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WS.Scheme BASIC
public static final WS.Scheme DIGEST
public static final WS.Scheme NTLM
public static final WS.Scheme KERBEROS
public static final WS.Scheme SPNEGO
public static WS.Scheme[] values()
for (WS.Scheme c : WS.Scheme.values()) System.out.println(c);
public static WS.Scheme 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 nullGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly