Class DecodeInboundRequestAction

java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
org.opensaml.profile.action.AbstractProfileAction
org.nuxeo.ecm.platform.auth.saml.processor.action.DecodeInboundRequestAction
All Implemented Interfaces:
net.shibboleth.utilities.java.support.component.Component, net.shibboleth.utilities.java.support.component.DestructableComponent, net.shibboleth.utilities.java.support.component.InitializableComponent, org.opensaml.profile.action.ProfileAction

public class DecodeInboundRequestAction extends org.opensaml.profile.action.AbstractProfileAction
Action that decodes an inbound request from the HttpServletRequestResponseContext to MessageContext.
Since:
2023.0
See Also:
  • EventIds.UNABLE_TO_DECODE
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The binding to use to obtain a decoder.
    protected org.opensaml.messaging.handler.MessageHandler
    Called after decode.
  • Constructor Summary

    Constructors
    Constructor
    Description
    DecodeInboundRequestAction(SAMLInboundBinding decoderBinding, org.opensaml.messaging.handler.MessageHandler messageHandler)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doExecute(org.opensaml.profile.context.ProfileRequestContext profileRequestContext)
     
    protected void
     

    Methods inherited from class org.opensaml.profile.action.AbstractProfileAction

    doPostExecute, doPostExecute, doPreExecute, execute, getHttpServletRequest, getHttpServletRequestSupplier, getHttpServletResponse, getHttpServletResponseSupplier, getLogPrefix, setHttpServletRequest, setHttpServletRequestSupplier, setHttpServletResponse, setHttpServletResponseSupplier

    Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent

    destroy, doDestroy, 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.InitializableComponent

    initialize, isInitialized
  • Field Details

    • decoderBinding

      protected SAMLInboundBinding decoderBinding
      The binding to use to obtain a decoder.
    • messageHandler

      protected org.opensaml.messaging.handler.MessageHandler messageHandler
      Called after decode.
  • Constructor Details

    • DecodeInboundRequestAction

      public DecodeInboundRequestAction(SAMLInboundBinding decoderBinding, org.opensaml.messaging.handler.MessageHandler messageHandler)
  • Method Details

    • doInitialize

      protected void doInitialize() throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
      Overrides:
      doInitialize in class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
      Throws:
      net.shibboleth.utilities.java.support.component.ComponentInitializationException
    • doExecute

      protected void doExecute(org.opensaml.profile.context.ProfileRequestContext profileRequestContext)
      Overrides:
      doExecute in class org.opensaml.profile.action.AbstractProfileAction