public class HTTPPostDecoder extends BaseSAML2MessageDecoder
| Constructor and Description |
|---|
HTTPPostDecoder()
Constructor.
|
HTTPPostDecoder(org.opensaml.xml.parse.ParserPool pool)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDecode(org.opensaml.ws.message.MessageContext messageContext) |
protected InputStream |
getBase64DecodedMessage(org.opensaml.ws.transport.http.HTTPInTransport transport)
Gets the Base64 encoded message from the request and decodes it.
|
String |
getBindingURI()
Gets the SAML binding URI supported by this decoder.
|
protected boolean |
isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
Determine whether the binding implemented by the decoder requires the presence within the message
of information indicating the intended message destination endpoint URI.
|
decode, extractEntityId, extractRequestInfo, extractResponseInfo, getIntendedDestinationEndpointURI, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadatacheckEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparatorpublic HTTPPostDecoder()
public HTTPPostDecoder(org.opensaml.xml.parse.ParserPool pool)
pool - parser pool used to deserialize messagespublic String getBindingURI()
protected boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired in class BaseSAMLMessageDecodersamlMsgCtx - current SAML message contextprotected void doDecode(org.opensaml.ws.message.MessageContext messageContext)
throws org.opensaml.ws.message.decoder.MessageDecodingException
doDecode in class org.opensaml.ws.message.decoder.BaseMessageDecoderorg.opensaml.ws.message.decoder.MessageDecodingExceptionprotected InputStream getBase64DecodedMessage(org.opensaml.ws.transport.http.HTTPInTransport transport) throws org.opensaml.ws.message.decoder.MessageDecodingException
transport - inbound message transportorg.opensaml.ws.message.decoder.MessageDecodingException - thrown if the message does not contain a base64 encoded SAML messageCopyright © 1999–2015. All rights reserved.