public enum BindingType extends Enum<BindingType>
Enum Constant and Description |
---|
ARTIFACT |
CUSTOM |
DISCOVERY |
PAOS |
POST |
POST_SIMPLE_SIGN |
REDIRECT |
REQUEST_INITIATOR |
SAML_1_0_BROWSER_ARTIFACT |
SAML_1_0_BROWSER_POST |
SOAP |
URI |
Modifier and Type | Method and Description |
---|---|
static BindingType |
fromUrn(String other) |
String |
toString() |
URI |
toUri() |
static BindingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindingType POST
public static final BindingType REDIRECT
public static final BindingType URI
public static final BindingType ARTIFACT
public static final BindingType POST_SIMPLE_SIGN
public static final BindingType PAOS
public static final BindingType SOAP
public static final BindingType DISCOVERY
public static final BindingType REQUEST_INITIATOR
public static final BindingType SAML_1_0_BROWSER_POST
public static final BindingType SAML_1_0_BROWSER_ARTIFACT
public static final BindingType CUSTOM
public static BindingType[] values()
for (BindingType c : BindingType.values()) System.out.println(c);
public static BindingType 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 nullpublic static BindingType fromUrn(String other)
public String toString()
toString
in class Enum<BindingType>
public URI toUri()