Uses of Class
com.atlassian.crowd.plugin.rest.entity.UserEntityList
Package
Description
-
Uses of UserEntityList in com.atlassian.crowd.acceptance.tests.rest.service
-
Uses of UserEntityList in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionGroupsController.getDirectUsers
(String groupName, boolean expandUsers, int maxResults, int startIndex, URI baseUri) Retrieves the users that are direct members of the specified group.GroupsController.getNestedUsers
(String groupName, boolean expandUsers, int maxResults, int startIndex, URI baseUri) Retrieves the users that are nested members of the specified group.SearchController.searchUsers
(SearchRestriction searchRestriction, int maxResults, int startIndex, boolean expandUser, boolean expandAttributes, URI baseUri) Searches for users satisfying the restriction. -
Uses of UserEntityList in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Modifier and TypeFieldDescriptionstatic final UserEntityList
UsersResourceExamples.UNEXPANDED_USER_ENTITY_LIST
static final UserEntityList
GroupsResourceExamples.USER_ENTITY_LIST
-
Uses of UserEntityList in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic 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.