org.opensaml.saml1.binding.decoding
public class HTTPPostDecoder extends BaseSAML1MessageDecoder
Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
log
Class logger.
|
Constructor and Description |
---|
HTTPPostDecoder()
Constructor.
|
HTTPPostDecoder(ParserPool pool)
Constructor.
|
HTTPPostDecoder(SAMLArtifactMap map)
Deprecated.
|
HTTPPostDecoder(SAMLArtifactMap map,
ParserPool pool)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doDecode(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
getParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessage
public HTTPPostDecoder()
public HTTPPostDecoder(ParserPool pool)
pool
- parser pool used to deserialize messagespublic HTTPPostDecoder(SAMLArtifactMap map)
map
- Artifact to SAML mappublic HTTPPostDecoder(SAMLArtifactMap map, ParserPool pool)
map
- used to map artifacts to SAMLpool
- parser pool used to deserialize messagespublic String getBindingURI()
protected void doDecode(MessageContext messageContext) throws MessageDecodingException
doDecode
in class BaseMessageDecoder
MessageDecodingException
protected boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired
in class BaseSAMLMessageDecoder
samlMsgCtx
- current SAML message contextCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.