public class HTTPPostDecoder extends BaseSAML2MessageDecoder
Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
log
Class logger.
|
Constructor and Description |
---|
HTTPPostDecoder()
Constructor.
|
HTTPPostDecoder(ParserPool pool)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doDecode(MessageContext messageContext) |
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, populateRelyingPartyMetadata
checkEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparator
getParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessage
public HTTPPostDecoder()
public HTTPPostDecoder(ParserPool pool)
pool
- parser pool used to deserialize messagespublic String getBindingURI()
protected boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired
in class BaseSAMLMessageDecoder
samlMsgCtx
- current SAML message contextprotected void doDecode(MessageContext messageContext) throws MessageDecodingException
doDecode
in class BaseMessageDecoder
MessageDecodingException
protected InputStream getBase64DecodedMessage(HTTPInTransport transport) throws MessageDecodingException
transport
- inbound message transportMessageDecodingException
- thrown if the message does not contain a base64 encoded SAML messageCopyright © 1999-2014. All Rights Reserved.