Class UserInfoFactory

Object
com.liferay.portlet.UserInfoFactory

public class UserInfoFactory extends Object
Author:
Brian Wing Shun Chan
  • Constructor Details

    • UserInfoFactory

      public UserInfoFactory()
  • Method Details

    • getUserInfo

      public static LinkedHashMap<String,String> getUserInfo(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet)
    • getUserInfo

      public static LinkedHashMap<String,String> getUserInfo(long userId, com.liferay.portal.kernel.model.Portlet portlet)
    • getUserInfo

      public static LinkedHashMap<String,String> getUserInfo(com.liferay.portal.kernel.model.User user, LinkedHashMap<String,String> userInfo, com.liferay.portal.kernel.model.Portlet portlet)