public class HTTPSOAP11Decoder extends BaseSAML1MessageDecoder
Constructor and Description |
---|
HTTPSOAP11Decoder()
Constructor.
|
HTTPSOAP11Decoder(ParserPool pool)
Constructor.
|
HTTPSOAP11Decoder(SAMLArtifactMap map)
Deprecated.
|
HTTPSOAP11Decoder(SAMLArtifactMap map,
ParserPool pool)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
checkUnderstoodSOAPHeaders(List<XMLObject> headers)
Checks that, if any SOAP headers, require understand that they are in the understood header list.
|
protected void |
doDecode(MessageContext messageContext)
Decodes a message, updating the message context.
|
String |
getBindingURI()
Gets the SAML binding URI supported by this decoder.
|
List<QName> |
getUnderstoodHeaders()
Gets the SOAP header names that are understood by the application.
|
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.
|
void |
setUnderstoodHeaders(List<QName> headerNames)
Sets the SOAP header names that are understood by the application.
|
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 HTTPSOAP11Decoder()
public HTTPSOAP11Decoder(ParserPool pool)
pool
- parser pool used to deserialize messagespublic HTTPSOAP11Decoder(SAMLArtifactMap map)
map
- Artifact to SAML mappublic HTTPSOAP11Decoder(SAMLArtifactMap map, ParserPool pool)
map
- used to map artifacts to SAMLpool
- parser pool used to deserialize messagespublic String getBindingURI()
public List<QName> getUnderstoodHeaders()
public void setUnderstoodHeaders(List<QName> headerNames)
headerNames
- SOAP header names that are understood by the applicationprotected void doDecode(MessageContext messageContext) throws MessageDecodingException
doDecode
in class BaseMessageDecoder
messageContext
- current message contextMessageDecodingException
- thrown if there is a problem decoding the messageprotected void checkUnderstoodSOAPHeaders(List<XMLObject> headers) throws MessageDecodingException
headers
- SOAP headers to checkMessageDecodingException
- thrown if a SOAP header requires understanding but is not understood by the
decoderprotected boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired
in class BaseSAMLMessageDecoder
samlMsgCtx
- current SAML message contextCopyright © 2018 JBoss by Red Hat. All rights reserved.