Package org.exoplatform.task.util
Class UserUtil
java.lang.Object
org.exoplatform.task.util.UserUtil
- Author:
- Tuyen Nguyen The.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuildGroupTree(Collection<org.exoplatform.services.organization.Group> groups) static StringgetDisplayName(org.exoplatform.services.organization.User user) getMemberships(org.exoplatform.services.security.Identity identity) getSpaceMemberships(String space_group_id) static Userstatic booleanisPlatformAdmin(org.exoplatform.services.security.Identity identity)
-
Field Details
-
SEARCH_LIMIT
public static final int SEARCH_LIMIT- See Also:
-
-
Method Details
-
getDisplayName
-
getSpaceMemberships
-
getMemberships
-
buildGroupTree
public static List<UserGroup> buildGroupTree(Collection<org.exoplatform.services.organization.Group> groups) -
isPlatformAdmin
public static boolean isPlatformAdmin(org.exoplatform.services.security.Identity identity) -
getUser
-