Interface WebSsoProfile


public interface WebSsoProfile
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.saml.persistence.model.SamlSpSession
    getSamlSpSession(jakarta.servlet.http.HttpServletRequest httpServletRequest)
     
    void
    processAuthnRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse)
     
    void
    processResponse(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse)
     
    void
    sendAuthnRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String relayState)
     
    void
    updateSamlSpSession(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse)
     
  • Method Details

    • getSamlSpSession

      com.liferay.saml.persistence.model.SamlSpSession getSamlSpSession(jakarta.servlet.http.HttpServletRequest httpServletRequest)
    • processAuthnRequest

      void processAuthnRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • processResponse

      void processResponse(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • sendAuthnRequest

      void sendAuthnRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, String relayState) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateSamlSpSession

      void updateSamlSpSession(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse)