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, encode
public static final String SAML_REQUEST
public static final String SAML_RESPONSE
public HTTPPostBinding()
public boolean supports(org.opensaml.ws.transport.InTransport transport)
SAMLBinding
supports
in class SAMLBinding
public boolean supports(org.opensaml.ws.transport.OutTransport transport)
SAMLBinding
supports
in class SAMLBinding
public String getBindingURI()
SAMLBinding
getBindingURI
in class SAMLBinding
Copyright © 2019 Nuxeo. All rights reserved.