Class WebSSOOutboundProcessor

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

public class WebSSOOutboundProcessor extends Object
Since:
2023.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.opensaml.messaging.handler.MessageHandler
     
    protected final SAMLOutboundBinding
     
    protected final org.opensaml.messaging.handler.MessageHandler
     
    static final String
    Identifier of the WebSSO profile.
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebSSOOutboundProcessor(org.opensaml.messaging.handler.MessageHandler initInboundHandler, org.opensaml.messaging.handler.MessageHandler outboundHandler, SAMLOutboundBinding outboundBinding)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.opensaml.saml.saml2.core.AuthnRequest
    buildAuthnRequest(org.opensaml.messaging.context.MessageContext ctx)
     
    final void
    execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Prepares the OpenSAML context and run the actions on it.
    protected List<org.opensaml.profile.action.ProfileAction>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PROFILE_URI

      public static final String PROFILE_URI
      Identifier of the WebSSO profile.
      See Also:
    • initInboundHandler

      protected final org.opensaml.messaging.handler.MessageHandler initInboundHandler
    • outboundHandler

      protected final org.opensaml.messaging.handler.MessageHandler outboundHandler
    • outboundBinding

      protected final SAMLOutboundBinding outboundBinding
  • Constructor Details

    • WebSSOOutboundProcessor

      public WebSSOOutboundProcessor(org.opensaml.messaging.handler.MessageHandler initInboundHandler, org.opensaml.messaging.handler.MessageHandler outboundHandler, SAMLOutboundBinding outboundBinding)
  • Method Details

    • getActions

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

      protected org.opensaml.saml.saml2.core.AuthnRequest buildAuthnRequest(org.opensaml.messaging.context.MessageContext ctx)
    • 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