Class InboundProcessor

java.lang.Object
org.nuxeo.ecm.platform.auth.saml.processor.InboundProcessor
All Implemented Interfaces:
SAMLProcessor

public class InboundProcessor extends Object
Since:
2023.0
  • Field Details

    • inboundBinding

      protected final SAMLInboundBinding inboundBinding
    • inboundHandler

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

    • InboundProcessor

      public InboundProcessor(SAMLInboundBinding inboundBinding, org.opensaml.messaging.handler.MessageHandler inboundHandler)
  • Method Details

    • getActions

      protected List<org.opensaml.profile.action.ProfileAction> getActions()
    • newValidateAssertionsAction

      protected org.opensaml.saml.saml2.profile.impl.ValidateAssertions newValidateAssertionsAction()
    • newSetNameIdentifierAction

      protected SetNameIdentifierFromResponseAction newSetNameIdentifierAction()
    • newHandleSSOMessageAction

      protected HandleSSOMessageAction newHandleSSOMessageAction()
    • isSuccessSSOResponse

      protected boolean isSuccessSSOResponse(org.opensaml.profile.context.ProfileRequestContext prc)
    • execute

      public final void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Prepares the OpenSAML context and run the actions on it.
      Specified by:
      execute in interface SAMLProcessor