public static enum AddAuthenticationConfiguration.ForwardingMode extends Enum<AddAuthenticationConfiguration.ForwardingMode>
| Enum Constant and Description |
|---|
AUTHENTICATION |
AUTHORIZATION |
| Modifier and Type | Method and Description |
|---|---|
static AddAuthenticationConfiguration.ForwardingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddAuthenticationConfiguration.ForwardingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddAuthenticationConfiguration.ForwardingMode AUTHENTICATION
public static final AddAuthenticationConfiguration.ForwardingMode AUTHORIZATION
public static AddAuthenticationConfiguration.ForwardingMode[] values()
for (AddAuthenticationConfiguration.ForwardingMode c : AddAuthenticationConfiguration.ForwardingMode.values()) System.out.println(c);
public static AddAuthenticationConfiguration.ForwardingMode 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 nullCopyright © 2021. All rights reserved.