public static enum SamlProtocol.Binding extends Enum<SamlProtocol.Binding>
Enum Constant and Description |
---|
HTTP_ARTIFACT |
HTTP_POST |
HTTP_REDIRECT |
PAOS |
SOAP |
Modifier and Type | Method and Description |
---|---|
static SamlProtocol.Binding |
from(String value) |
String |
getUri() |
boolean |
isEqual(String uri) |
static SamlProtocol.Binding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlProtocol.Binding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SamlProtocol.Binding HTTP_POST
public static final SamlProtocol.Binding HTTP_REDIRECT
public static final SamlProtocol.Binding HTTP_ARTIFACT
public static final SamlProtocol.Binding SOAP
public static final SamlProtocol.Binding PAOS
public static SamlProtocol.Binding[] values()
for (SamlProtocol.Binding c : SamlProtocol.Binding.values()) System.out.println(c);
public static SamlProtocol.Binding 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 String getUri()
public static SamlProtocol.Binding from(String value)
public boolean isEqual(String uri)
This work is licensed under a Creative Commons Attribution 4.0 International License.