public static enum OutboundRedirectConfiguration.Condition extends Enum<OutboundRedirectConfiguration.Condition>
Modifier and Type | Method and Description |
---|---|
static OutboundRedirectConfiguration.Condition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutboundRedirectConfiguration.Condition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutboundRedirectConfiguration.Condition FORBIDDEN
public static final OutboundRedirectConfiguration.Condition OK
public static final OutboundRedirectConfiguration.Condition ERROR
public static OutboundRedirectConfiguration.Condition[] values()
for (OutboundRedirectConfiguration.Condition c : OutboundRedirectConfiguration.Condition.values()) System.out.println(c);
public static OutboundRedirectConfiguration.Condition 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 © 2019 JBoss by Red Hat. All rights reserved.