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