Interface WebSsoProfile


public interface WebSsoProfile
  • Method Summary

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

    • getSamlSpSession

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

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

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

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

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