Class InvokeInitInboundHandlerAction

java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
org.opensaml.profile.action.AbstractProfileAction
org.nuxeo.ecm.platform.auth.saml.processor.action.InvokeInitInboundHandlerAction
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 InvokeInitInboundHandlerAction extends org.opensaml.profile.action.AbstractProfileAction
Since:
2023.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.opensaml.messaging.handler.MessageHandler
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    InvokeInitInboundHandlerAction(org.opensaml.messaging.handler.MessageHandler handler)
     
  • Method Summary

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

    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, doInitialize, 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

    • handler

      protected final org.opensaml.messaging.handler.MessageHandler handler
  • Constructor Details

    • InvokeInitInboundHandlerAction

      public InvokeInitInboundHandlerAction(org.opensaml.messaging.handler.MessageHandler handler)
  • Method Details

    • doExecute

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