Package com.liferay.portal.security.sso
Class OpenSSOUtil
Object
com.liferay.portal.security.sso.OpenSSOUtil
See https://issues.liferay.com/browse/LEP-5943.
- Author:
- Prashant Dighe, Brian Wing Shun Chan, Wesley Gong
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributes(javax.servlet.http.HttpServletRequest httpServletRequest, String serviceUrl) static StringgetSubjectId(javax.servlet.http.HttpServletRequest httpServletRequest, String serviceUrl) static booleanisAuthenticated(javax.servlet.http.HttpServletRequest httpServletRequest, String serviceUrl) static booleanisValidServiceUrl(String serviceUrl) static booleanisValidUrl(String url) static booleanisValidUrls(String[] urls)
-
Method Details
-
getAttributes
-
getSubjectId
-
isAuthenticated
public static boolean isAuthenticated(javax.servlet.http.HttpServletRequest httpServletRequest, String serviceUrl) throws IOException - Throws:
IOException
-
isValidServiceUrl
-
isValidUrl
-
isValidUrls
-