public static enum AuthzOptions.ContextPropagation extends java.lang.Enum<AuthzOptions.ContextPropagation>
Enum Constant and Description |
---|
REQUIRED
Deprecated.
|
REQUIRES_NEW
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AuthzOptions.ContextPropagation |
valueOf(java.lang.String name)
Deprecated.
|
static AuthzOptions.ContextPropagation[] |
values()
Deprecated.
|
for (AuthzOptions.ContextPropagation c : AuthzOptions.ContextPropagation.values()) System.out.println(c);
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