public class HTTPSOAP11Decoder extends HTTPSOAP11Decoder<SAMLObject> implements SAMLMessageDecoder
| Constructor and Description |
|---|
HTTPSOAP11Decoder()
Constructor.
|
| 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.
|
doInitialize, getBodyHandler, getMessageToLog, setBodyHandlerdecode, doDestroy, 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 HTTPSOAP11Decoder<SAMLObject>MessageDecodingException - thrown if there is a problem decoding the messageprotected void populateBindingContext(MessageContext<SAMLObject> messageContext)
messageContext - the current message contextCopyright © 2021. All rights reserved.