| Enum Constant and Description |
|---|
BASIC |
DIGEST |
KERBEROS |
NTLM |
SPNEGO |
| Modifier and Type | Method and Description |
|---|---|
static WS.Scheme |
valueOf(java.lang.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(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 nullGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly