| Package | Description |
|---|---|
| com.atlassian.crowd.embedded.api |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CrowdService.addUserToGroup(User user,
Group group)
Adds a user as a member of a group.
|
void |
CrowdService.removeAllUserAttributes(User user)
Remove all attributes for a user.
|
void |
CrowdService.removeUserAttribute(User user,
String attributeName)
Removes all the values for a single attribute key for a user.
|
boolean |
CrowdService.removeUserFromGroup(User user,
Group group)
Removes a user as a member of a group.
|
User |
CrowdService.renameUser(User user,
String newUsername)
Renames the
User. |
void |
CrowdService.setUserAttribute(User user,
String attributeName,
Set<String> attributeValues)
Adds or updates a user's attribute with the new attribute values.
|
void |
CrowdService.setUserAttribute(User user,
String attributeName,
String attributeValue)
Adds or updates a user's attribute with the new attribute value.
|
User |
CrowdService.updateUser(User user)
Updates the
User. |
void |
CrowdService.updateUserCredential(User user,
String credential)
|
Copyright © 2016 Atlassian. All Rights Reserved.