public class HTTPArtifactDecoder extends BaseHttpServletRequestXMLMessageDecoder<SAMLObject> implements SAMLMessageDecoder
| Constructor and Description |
|---|
HTTPArtifactDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDecode()
Performs the decoding logic.
|
String |
getBindingURI()
Gets the SAML binding URI supported by this decoder.
|
protected void |
populateBindingContext(MessageContext<SAMLObject> messageContext)
Populate the context which carries information specific to this binding.
|
protected void |
processArtifact(MessageContext messageContext,
javax.servlet.http.HttpServletRequest request)
Process the incoming artifact by decoding the artifacts, dereferencing it from the artifact issuer and
storing the resulting protocol message in the message context.
|
decode, doDestroy, doInitialize, getMessageToLog, getParserPool, logDecodedMessage, setParserPool, unmarshallMessagegetHttpServletRequest, setHttpServletRequestgetMessageContext, setMessageContextdestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, getMessageContextpublic String getBindingURI()
getBindingURI in interface SAMLMessageDecoderprotected void doDecode()
throws MessageDecodingException
doDecode in class AbstractMessageDecoder<SAMLObject>MessageDecodingException - thrown if there is a problem decoding the messageprotected void processArtifact(MessageContext messageContext, javax.servlet.http.HttpServletRequest request) throws MessageDecodingException
messageContext - the message context being processedrequest - the HTTP servlet requestMessageDecodingException - thrown if there is a problem decoding or dereferencing the artifactprotected void populateBindingContext(MessageContext<SAMLObject> messageContext)
messageContext - the current message contextCopyright © 2021. All rights reserved.