public class UserUtil extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
UserUtil() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
getListLoginByInfoContactModel(List<InfoContactModel> listContacts)
Gets the list login by info contact model.
|
static List<org.gcube.vomanagement.usermanagement.model.UserModel> |
getOrganizationUsers(String scope)
Gets the organization users.
|
static String |
getUserFullName(String portalLogin)
Gets the user full name.
|
static String |
separateFullNameToCommaForPortalLogin(List<String> listLogin)
Separate full name to comma for portal login.
|
static String |
separateUsersNamesToComma(List<InfoContactModel> listContacts)
Separate users names to comma.
|
public static String getUserFullName(String portalLogin)
portalLogin
- the portal loginpublic static List<org.gcube.vomanagement.usermanagement.model.UserModel> getOrganizationUsers(String scope)
scope
- the scopepublic static List<String> getListLoginByInfoContactModel(List<InfoContactModel> listContacts)
listContacts
- the list contactspublic static String separateUsersNamesToComma(List<InfoContactModel> listContacts)
listContacts
- the list contactsCopyright © 2016. All Rights Reserved.