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 -
Method Summary
Methods inherited from class org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder
doDecode, getBindingDescriptor, getBindingURI, populateBindingContext, setBindingDescriptorMethods inherited from class org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
decode, doInitialize, getMessageToLog, getParserPool, logDecodedMessage, setParserPool, unmarshallMessage, validateHttpRequestMethods inherited from class org.opensaml.messaging.decoder.servlet.AbstractHttpServletRequestMessageDecoder
getHttpServletRequest, getHttpServletRequestSupplier, setHttpServletRequestSupplierMethods inherited from class org.opensaml.messaging.decoder.AbstractMessageDecoder
getMessageContext, setMessageContextMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentException, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.shared.component.DestructableComponent
destroy, isDestroyedMethods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitializedMethods 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:
decodeMessagein classorg.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder- Throws:
org.opensaml.messaging.decoder.MessageDecodingException
-