public enum BindingType extends java.lang.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(java.lang.String other) |
java.lang.String |
toString() |
java.net.URI |
toUri() |
static BindingType |
valueOf(java.lang.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(java.lang.String name)
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 nullpublic static BindingType fromUrn(java.lang.String other)
public java.lang.String toString()
toString
in class java.lang.Enum<BindingType>
public java.net.URI toUri()