|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.ws.message.decoder.BaseMessageDecoder
org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder
org.opensaml.saml1.binding.decoding.HTTPSOAP11Decoder
public class HTTPSOAP11Decoder
SAML 1.1 HTTP SOAP 1.1 binding decoder.
| Constructor Summary | |
|---|---|
HTTPSOAP11Decoder()
Constructor. |
|
HTTPSOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
Constructor. |
|
HTTPSOAP11Decoder(SAMLArtifactMap map)
Deprecated. |
|
HTTPSOAP11Decoder(SAMLArtifactMap map,
org.opensaml.xml.parse.ParserPool pool)
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
checkUnderstoodSOAPHeaders(java.util.List<org.opensaml.xml.XMLObject> headers)
Checks that, if any SOAP headers, require understand that they are in the understood header list. |
protected void |
doDecode(org.opensaml.ws.message.MessageContext messageContext)
|
java.lang.String |
getBindingURI()
Gets the SAML binding URI supported by this decoder. |
java.util.List<javax.xml.namespace.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(java.util.List<javax.xml.namespace.QName> headerNames)
Sets the SOAP header names that are understood by the application. |
| Methods inherited from class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder |
|---|
decode, extractAssertionArtifactInfo, extractAttributeQueryInfo, extractAuthorizationDecisionQueryInfo, extractRequestInfo, extractResponseInfo, getArtifactMap, getIntendedDestinationEndpointURI, getUseQueryResourceAsEntityId, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadata, setUseQueryResourceAsEntityId |
| Methods inherited from class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder |
|---|
checkEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparator |
| Methods inherited from class org.opensaml.ws.message.decoder.BaseMessageDecoder |
|---|
getParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTTPSOAP11Decoder()
public HTTPSOAP11Decoder(org.opensaml.xml.parse.ParserPool pool)
pool - parser pool used to deserialize messagespublic HTTPSOAP11Decoder(SAMLArtifactMap map)
map - Artifact to SAML map
public HTTPSOAP11Decoder(SAMLArtifactMap map,
org.opensaml.xml.parse.ParserPool pool)
map - used to map artifacts to SAMLpool - parser pool used to deserialize messages| Method Detail |
|---|
public java.lang.String getBindingURI()
public java.util.List<javax.xml.namespace.QName> getUnderstoodHeaders()
public void setUnderstoodHeaders(java.util.List<javax.xml.namespace.QName> headerNames)
headerNames - SOAP header names that are understood by the application
protected void doDecode(org.opensaml.ws.message.MessageContext messageContext)
throws org.opensaml.ws.message.decoder.MessageDecodingException
doDecode in class org.opensaml.ws.message.decoder.BaseMessageDecoderorg.opensaml.ws.message.decoder.MessageDecodingException
protected void checkUnderstoodSOAPHeaders(java.util.List<org.opensaml.xml.XMLObject> headers)
throws org.opensaml.ws.message.decoder.MessageDecodingException
headers - SOAP headers to check
org.opensaml.ws.message.decoder.MessageDecodingException - thrown if a SOAP header requires understanding but is not understood by the
decoderprotected boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired in class BaseSAMLMessageDecodersamlMsgCtx - current SAML message context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||