public class HTTPSOAP11Decoder extends BaseSAML2MessageDecoder
| Constructor and Description |
|---|
HTTPSOAP11Decoder()
Constructor.
|
HTTPSOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkUnderstoodSOAPHeaders(List<org.opensaml.xml.XMLObject> headers)
Checks that, if any SOAP headers, require understand that they are in the understood header list.
|
protected void |
doDecode(org.opensaml.ws.message.MessageContext messageContext) |
String |
getBindingURI()
Gets the SAML binding URI supported by this decoder.
|
List<QName> |
getUnderstoodHeaders()
Gets the SOAP header names that are understood by the application.
|
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.
|
void |
setUnderstoodHeaders(List<QName> headerNames)
Sets the SOAP header names that are understood by the application.
|
decode, extractEntityId, extractRequestInfo, extractResponseInfo, getIntendedDestinationEndpointURI, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadatacheckEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparatorpublic HTTPSOAP11Decoder()
public HTTPSOAP11Decoder(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 contextpublic List<QName> getUnderstoodHeaders()
public void setUnderstoodHeaders(List<QName> headerNames)
headerNames - SOAP header names that are understood by the applicationprotected 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 void checkUnderstoodSOAPHeaders(List<org.opensaml.xml.XMLObject> headers) throws org.opensaml.ws.message.decoder.MessageDecodingException
headers - SOAP headers to checkorg.opensaml.ws.message.decoder.MessageDecodingException - thrown if a SOAP header requires understanding but is not understood by the
decoderCopyright © 1999–2015. All rights reserved.