public class HTTPPostDecoder extends BaseSAML2MessageDecoder
| コンストラクタと説明 |
|---|
HTTPPostDecoder()
Constructor.
|
HTTPPostDecoder(ParserPool pool)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
doDecode(MessageContext messageContext)
Decodes a message, updating the message context.
|
protected InputStream |
getBase64DecodedMessage(HTTPInTransport transport)
Gets the Base64 encoded message from the request and decodes it.
|
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, extractEntityId, extractRequestInfo, extractResponseInfo, getIntendedDestinationEndpointURI, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadatacheckEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparatorgetParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessagepublic HTTPPostDecoder()
public HTTPPostDecoder(ParserPool pool)
pool - parser pool used to deserialize messagespublic String getBindingURI()
protected boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired クラス内 BaseSAMLMessageDecodersamlMsgCtx - current SAML message contextprotected void doDecode(MessageContext messageContext) throws MessageDecodingException
doDecode クラス内 BaseMessageDecodermessageContext - current message contextMessageDecodingException - thrown if there is a problem decoding the messageprotected InputStream getBase64DecodedMessage(HTTPInTransport transport) throws MessageDecodingException
transport - inbound message transportMessageDecodingException - thrown if the message does not contain a base64 encoded SAML messageCopyright © 2012. All Rights Reserved.