public class HTTPPostDecoder extends BaseSAML1MessageDecoder
| Constructor and Description |
|---|
HTTPPostDecoder()
Constructor.
|
HTTPPostDecoder(org.opensaml.xml.parse.ParserPool pool)
Constructor.
|
HTTPPostDecoder(SAMLArtifactMap map)
Deprecated.
|
HTTPPostDecoder(SAMLArtifactMap map,
org.opensaml.xml.parse.ParserPool pool)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDecode(org.opensaml.ws.message.MessageContext messageContext) |
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, extractAssertionArtifactInfo, extractAttributeQueryInfo, extractAuthorizationDecisionQueryInfo, extractRequestInfo, extractResponseInfo, getArtifactMap, getIntendedDestinationEndpointURI, getUseQueryResourceAsEntityId, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadata, setUseQueryResourceAsEntityIdcheckEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparatorpublic HTTPPostDecoder()
public HTTPPostDecoder(org.opensaml.xml.parse.ParserPool pool)
pool - parser pool used to deserialize messagespublic HTTPPostDecoder(SAMLArtifactMap map)
map - Artifact to SAML mappublic HTTPPostDecoder(SAMLArtifactMap map, org.opensaml.xml.parse.ParserPool pool)
map - used to map artifacts to SAMLpool - parser pool used to deserialize messagespublic String getBindingURI()
protected 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 boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired in class BaseSAMLMessageDecodersamlMsgCtx - current SAML message contextCopyright © 1999–2015. All rights reserved.