public class Pac4jHTTPRedirectDeflateDecoder extends AbstractPac4jDecoder
context, logger, parserPool| Constructor and Description |
|---|
Pac4jHTTPRedirectDeflateDecoder(WebContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDecode() |
java.lang.String |
getBindingURI(SAML2MessageContext messageContext)
Get the binding of the message context;.
|
protected java.io.InputStream |
inflate(byte[] input) |
protected java.io.InputStream |
internalInflate(byte[] input,
java.util.zip.Inflater inflater) |
doDestroy, doInitialize, getBase64DecodedMessage, getParserPool, populateBindingContext, setParserPool, unmarshallMessagedecode, getMessageContext, setMessageContextdestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Pac4jHTTPRedirectDeflateDecoder(WebContext context)
protected void doDecode()
throws org.opensaml.messaging.decoder.MessageDecodingException
doDecode in class org.opensaml.messaging.decoder.AbstractMessageDecoder<org.opensaml.saml.common.SAMLObject>org.opensaml.messaging.decoder.MessageDecodingExceptionprotected java.io.InputStream inflate(byte[] input)
throws org.opensaml.messaging.decoder.MessageDecodingException
org.opensaml.messaging.decoder.MessageDecodingExceptionprotected java.io.InputStream internalInflate(byte[] input,
java.util.zip.Inflater inflater)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getBindingURI(SAML2MessageContext messageContext)
AbstractPac4jDecodergetBindingURI in class AbstractPac4jDecodermessageContext - the message contextCopyright © 2019. All Rights Reserved.