Package | Description |
---|---|
com.atlassian.crowd.acceptance.tests.rest.service | |
com.atlassian.crowd.plugin.rest.service.controller | |
com.atlassian.crowd.plugin.rest.util |
Modifier and Type | Method and Description |
---|---|
UserEntityList |
MembershipEntity.getUsers() |
Modifier and Type | Method and Description |
---|---|
UserEntityList |
GroupsController.getDirectUsers(String groupName,
boolean expandUsers,
int maxResults,
int startIndex,
URI baseUri)
Retrieves the users that are direct members of the specified group.
|
UserEntityList |
GroupsController.getNestedUsers(String groupName,
boolean expandUsers,
int maxResults,
int startIndex,
URI baseUri)
Retrieves the users that are nested members of the specified group.
|
UserEntityList |
SearchController.searchUsers(SearchRestriction searchRestriction,
int maxResults,
int startIndex,
boolean expandUser,
boolean expandAttributes,
URI baseUri)
Searches for users satisfying the restriction.
|
Modifier and Type | Method and Description |
---|---|
static UserEntityList |
EntityTranslator.toMinimalUserEntities(List<String> usernames,
URI baseUri)
Translates a list of usernames to a UserEntityList.
|
static UserEntityList |
EntityTranslator.toUserEntities(List<? extends User> users,
URI baseUri)
Translates a list of users to a list of UserEntities.
|
Copyright © 2021 Atlassian. All rights reserved.