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)
Deprecated.
use #getAllUsernamesByRole(String rolename) instead
|
Set<String> |
getAllUsernamesByRole(String rolename)
Get usernames by role, the environment (i.e.
|
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)
@Deprecated public List<String> getAllUsernamesByLocalRole(String localRole)
public Set<String> getAllUsernamesByRole(String rolename)
Copyright © 2023. All rights reserved.