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