public class UserClient extends BaseClient
| Constructor and Description |
|---|
UserClient() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllUsernamesByGlobalRole(String globalRole)
Get usernames by global role
|
List<String> |
getAllUsernamesByLocalRole(String localRole)
Get usernames by local role
|
List<String> |
getAllUsernamesContext()
Get all usernames in this context
|
Map<String,String> |
getAllUsernamesFullnamesContext()
Get all usernames and fullnames in this context
|
String |
getCustomAttribute(String attributeKey)
Get attribute value
|
String |
getEmail()
Get email
|
String |
getFullName()
Get fullname
|
org.gcube.social_networking.socialnetworking.model.beans.UserProfileExtended |
getProfile()
Get profile
|
Boolean |
userExists(String username)
Check if user exists
|
getServiceEndpointpublic String getCustomAttribute(String attributeKey)
public String getFullName()
public String getEmail()
public org.gcube.social_networking.socialnetworking.model.beans.UserProfileExtended getProfile()
public List<String> getAllUsernamesContext()
public Map<String,String> getAllUsernamesFullnamesContext()
public List<String> getAllUsernamesByGlobalRole(String globalRole)
public List<String> getAllUsernamesByLocalRole(String localRole)
Copyright © 2022. All rights reserved.