| Package | Description |
|---|---|
| com.atlassian.confluence.functest.rest.admin |
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
|
| com.atlassian.confluence.functest.rest.admin.crowd.util |
Copied from the deleted crowd-rest-common package
|
| Modifier and Type | Method and Description |
|---|---|
UserEntityList |
UserResource.searchUsers(SearchRestrictionEntity searchRestrictionEntity,
int startIndex,
int maxResults) |
| 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<com.atlassian.crowd.model.user.User> users,
URI baseUri)
Translates a list of users to a list of UserEntities.
|
Copyright © 2003–2017 Atlassian. All rights reserved.