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, setUseQueryResourceAsEntityId
checkEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparator
public 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.BaseMessageDecoder
org.opensaml.ws.message.decoder.MessageDecodingException
protected boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired
in class BaseSAMLMessageDecoder
samlMsgCtx
- current SAML message contextCopyright © 1999-2013. All Rights Reserved.