Class UrlDecodingHTTPRedirectDeflateDecoder

  • All Implemented Interfaces:
    net.shibboleth.utilities.java.support.component.Component, net.shibboleth.utilities.java.support.component.DestructableComponent, net.shibboleth.utilities.java.support.component.InitializableComponent, net.shibboleth.utilities.java.support.component.UnmodifiableComponent, org.opensaml.messaging.decoder.MessageDecoder<org.opensaml.saml.common.SAMLObject>, org.opensaml.messaging.decoder.servlet.HttpServletRequestMessageDecoder<org.opensaml.saml.common.SAMLObject>, org.opensaml.saml.common.binding.decoding.SAMLMessageDecoder

    public class UrlDecodingHTTPRedirectDeflateDecoder
    extends org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
    Since:
    6.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.io.InputStream decodeMessage​(java.lang.String message)  
      • Methods inherited from class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder

        doDecode, getBindingDescriptor, getBindingURI, populateBindingContext, setBindingDescriptor
      • Methods inherited from class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder

        decode, doDestroy, doInitialize, getMessageToLog, getParserPool, logDecodedMessage, setParserPool, unmarshallMessage, validateHttpRequest
      • Methods inherited from class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder

        getHttpServletRequest, setHttpServletRequest
      • Methods inherited from class org.opensaml.messaging.decoder.AbstractMessageDecoder

        getMessageContext, setMessageContext
      • Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent

        destroy, initialize, isDestroyed, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.shibboleth.utilities.java.support.component.DestructableComponent

        destroy, isDestroyed
      • Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent

        initialize, isInitialized
      • Methods inherited from interface org.opensaml.messaging.decoder.MessageDecoder

        decode, getMessageContext
    • Constructor Detail

      • UrlDecodingHTTPRedirectDeflateDecoder

        public UrlDecodingHTTPRedirectDeflateDecoder()
    • Method Detail

      • decodeMessage

        protected java.io.InputStream decodeMessage​(java.lang.String message)
                                             throws org.opensaml.messaging.decoder.MessageDecodingException
        Overrides:
        decodeMessage in class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
        Throws:
        org.opensaml.messaging.decoder.MessageDecodingException