Package com.liferay.saml.util
Class JspUtil
java.lang.Object
com.liferay.saml.util.JspUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddispatch(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path, String title) static voiddispatch(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path, String title, boolean popUp)
-
Field Details
-
PATH_PORTAL_SAML_ERROR
- See Also:
-
PATH_PORTAL_SAML_SLO
- See Also:
-
PATH_PORTAL_SAML_SLO_SP_STATUS
- See Also:
-
-
Constructor Details
-
JspUtil
public JspUtil()
-
-
Method Details
-
dispatch
public static void dispatch(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path, String title) throws Exception - Throws:
Exception
-
dispatch
public static void dispatch(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String path, String title, boolean popUp) throws Exception - Throws:
Exception
-