Class OpenSSOUtil

Object
com.liferay.portal.security.sso.OpenSSOUtil

public class OpenSSOUtil extends Object

See https://issues.liferay.com/browse/LEP-5943.

Author:
Prashant Dighe, Brian Wing Shun Chan, Wesley Gong
  • Method Details

    • getAttributes

      public static Map<String,String> getAttributes(javax.servlet.http.HttpServletRequest httpServletRequest, String serviceUrl)
    • getSubjectId

      public static String getSubjectId(javax.servlet.http.HttpServletRequest httpServletRequest, String serviceUrl)
    • isAuthenticated

      public static boolean isAuthenticated(javax.servlet.http.HttpServletRequest httpServletRequest, String serviceUrl) throws IOException
      Throws:
      IOException
    • isValidServiceUrl

      public static boolean isValidServiceUrl(String serviceUrl)
    • isValidUrl

      public static boolean isValidUrl(String url)
    • isValidUrls

      public static boolean isValidUrls(String[] urls)