public class HTTPPostBinding extends SAMLBinding
| Modifier and Type | Field and Description |
|---|---|
static String |
SAML_REQUEST |
static String |
SAML_RESPONSE |
decoder, encoder, uriComparator| Constructor and Description |
|---|
HTTPPostBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBindingURI()
Returns the URI that identifies this binding.
|
boolean |
supports(org.opensaml.ws.transport.InTransport transport)
Checks if this binding can be used to extract the message from the request.
|
boolean |
supports(org.opensaml.ws.transport.OutTransport transport)
Checks if this binding can use the given transport to send a message
|
decode, encodepublic static final String SAML_REQUEST
public static final String SAML_RESPONSE
public HTTPPostBinding()
public boolean supports(org.opensaml.ws.transport.InTransport transport)
SAMLBindingsupports in class SAMLBindingpublic boolean supports(org.opensaml.ws.transport.OutTransport transport)
SAMLBindingsupports in class SAMLBindingpublic String getBindingURI()
SAMLBindinggetBindingURI in class SAMLBindingCopyright © 2019 Nuxeo. All rights reserved.