Class UrlDecodingHTTPRedirectDeflateDecoder

java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
org.opensaml.messaging.decoder.AbstractMessageDecoder
org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
org.apereo.cas.support.saml.web.idp.profile.sso.UrlDecodingHTTPRedirectDeflateDecoder
All Implemented Interfaces:
net.shibboleth.shared.component.Component, net.shibboleth.shared.component.DestructableComponent, net.shibboleth.shared.component.InitializableComponent, net.shibboleth.shared.component.UnmodifiableComponent, org.opensaml.messaging.decoder.MessageDecoder, org.opensaml.messaging.decoder.servlet.HttpServletRequestMessageDecoder, org.opensaml.saml.common.binding.decoding.SAMLMessageDecoder

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected InputStream
     

    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, doInitialize, getMessageToLog, getParserPool, logDecodedMessage, setParserPool, unmarshallMessage, validateHttpRequest

    Methods inherited from class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder

    getHttpServletRequest, getHttpServletRequestSupplier, setHttpServletRequestSupplier

    Methods inherited from class org.opensaml.messaging.decoder.AbstractMessageDecoder

    getMessageContext, setMessageContext

    Methods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent

    checkComponentActive, checkSetterPreconditions, destroy, doDestroy, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentException, 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.shared.component.DestructableComponent

    destroy, isDestroyed

    Methods inherited from interface net.shibboleth.shared.component.InitializableComponent

    initialize, isInitialized

    Methods inherited from interface org.opensaml.messaging.decoder.MessageDecoder

    decode, getMessageContext
  • Constructor Details

    • UrlDecodingHTTPRedirectDeflateDecoder

      public UrlDecodingHTTPRedirectDeflateDecoder()
  • Method Details

    • decodeMessage

      protected InputStream decodeMessage(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