public class HTTPPostDecoder extends BaseSAML1MessageDecoder
コンストラクタと説明 |
---|
HTTPPostDecoder()
Constructor.
|
HTTPPostDecoder(ParserPool pool)
Constructor.
|
HTTPPostDecoder(SAMLArtifactMap map)
推奨されていません。
|
HTTPPostDecoder(SAMLArtifactMap map,
ParserPool pool)
推奨されていません。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
doDecode(MessageContext messageContext)
Decodes a message, updating the message context.
|
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
クラス内 BaseMessageDecoder
messageContext
- current message contextMessageDecodingException
- thrown if there is a problem decoding the messageprotected boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired
クラス内 BaseSAMLMessageDecoder
samlMsgCtx
- current SAML message contextCopyright © 2012. All Rights Reserved.