Class HTTPPostBinding
- java.lang.Object
-
- org.nuxeo.ecm.platform.auth.saml.binding.SAMLBinding
-
- org.nuxeo.ecm.platform.auth.saml.binding.HTTPPostBinding
-
public class HTTPPostBinding extends SAMLBinding
HTTP Post Binding- Since:
- 6.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringSAML_REQUESTstatic StringSAML_RESPONSE-
Fields inherited from class org.nuxeo.ecm.platform.auth.saml.binding.SAMLBinding
decoder, encoder, uriComparator
-
-
Constructor Summary
Constructors Constructor Description HTTPPostBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindingURI()Returns the URI that identifies this binding.booleansupports(org.opensaml.ws.transport.InTransport transport)Checks if this binding can be used to extract the message from the request.booleansupports(org.opensaml.ws.transport.OutTransport transport)Checks if this binding can use the given transport to send a message-
Methods inherited from class org.nuxeo.ecm.platform.auth.saml.binding.SAMLBinding
decode, encode
-
-
-
-
Field Detail
-
SAML_REQUEST
public static final String SAML_REQUEST
- See Also:
- Constant Field Values
-
SAML_RESPONSE
public static final String SAML_RESPONSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
supports
public boolean supports(org.opensaml.ws.transport.InTransport transport)
Description copied from class:SAMLBindingChecks if this binding can be used to extract the message from the request.- Specified by:
supportsin classSAMLBinding- Returns:
- true if this binding supports the transport
-
supports
public boolean supports(org.opensaml.ws.transport.OutTransport transport)
Description copied from class:SAMLBindingChecks if this binding can use the given transport to send a message- Specified by:
supportsin classSAMLBinding- Returns:
- true if this binding supports the transport
-
getBindingURI
public String getBindingURI()
Description copied from class:SAMLBindingReturns the URI that identifies this binding.- Specified by:
getBindingURIin classSAMLBinding- Returns:
- the URI
-
-