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 String
getSubjectId
(javax.servlet.http.HttpServletRequest httpServletRequest, String serviceUrl) static boolean
isAuthenticated
(javax.servlet.http.HttpServletRequest httpServletRequest, String serviceUrl) static boolean
isValidServiceUrl
(String serviceUrl) static boolean
isValidUrl
(String url) static boolean
isValidUrls
(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
-