|
||||||||||
| 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.HTTPArtifactDecoder
public class HTTPArtifactDecoder
SAML 1.X HTTP Artifact message decoder. NOTE: This decoder is not yet implemented.
| Constructor Summary | |
|---|---|
HTTPArtifactDecoder(SAMLArtifactMap map,
org.opensaml.xml.parse.ParserPool pool)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
decodeTarget(SAMLMessageContext samlMsgCtx)
Decodes the TARGET parameter and adds it to the message context. |
protected void |
doDecode(org.opensaml.ws.message.MessageContext messageContext)
|
java.lang.String |
getBindingURI()
Gets the SAML binding URI supported by this decoder. |
protected java.lang.String |
getIntendedDestinationEndpointURI(SAMLMessageContext samlMsgCtx)
Extract the message information which indicates to what receiver endpoint URI the SAML message was intended to be delivered. |
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. |
protected void |
processArtifacts(SAMLMessageContext samlMsgCtx)
Process the incoming artifacts by decoding the artifacts, dereferencing them from the artifact source and storing the resulting response (with assertions) in the message context. |
| Methods inherited from class org.opensaml.saml1.binding.decoding.BaseSAML1MessageDecoder |
|---|
decode, extractAssertionArtifactInfo, extractAttributeQueryInfo, extractAuthorizationDecisionQueryInfo, extractRequestInfo, extractResponseInfo, getArtifactMap, 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 HTTPArtifactDecoder(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()
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 decodeTarget(SAMLMessageContext samlMsgCtx)
throws org.opensaml.ws.message.decoder.MessageDecodingException
samlMsgCtx - current message context
org.opensaml.ws.message.decoder.MessageDecodingException - thrown if there is a problem decoding the TARGET parameter.
protected void processArtifacts(SAMLMessageContext samlMsgCtx)
throws org.opensaml.ws.message.decoder.MessageDecodingException
samlMsgCtx - current message context
org.opensaml.ws.message.decoder.MessageDecodingException - thrown if there is a problem decoding or dereferencing the artifactsprotected boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired in class BaseSAMLMessageDecodersamlMsgCtx - current SAML message context
protected java.lang.String getIntendedDestinationEndpointURI(SAMLMessageContext samlMsgCtx)
throws org.opensaml.ws.message.decoder.MessageDecodingException
This SAML 1-specific implementation extracts the value of the ResponseAbstractType protocol message Recipient attribute.
getIntendedDestinationEndpointURI in class BaseSAML1MessageDecodersamlMsgCtx - the SAML message context being processed
org.opensaml.ws.message.decoder.MessageDecodingException - thrown if the message is not an instance of SAML message that
could be processed by the decoder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||