Modifier and Type | Method and Description |
---|---|
RestPage<ApplicationEntity> |
RestAdminClient.fetchApplications() |
RestPage<DirectoryData> |
RestAdminClient.fetchDirectories() |
RestPage<DirectoryMappingEntity> |
RestAdminClient.fetchDirectoryMappings(long applicationId) |
RestPage<GroupAdministrationMappingRestDTO> |
RestAdminClient.fetchGroupLevelAdmins(String groupId) |
RestPage<UserData> |
RestAdminClient.fetchUsers(List<Long> directoryIds,
boolean active) |
static RestPage<AuditLogChangesetRestDTO> |
AuditLogClient.searchAuditEvents(String baseUrl,
AuditLogQueryRestDTO auditLogQuery) |
Modifier and Type | Method and Description |
---|---|
static <T> RestPage<T> |
RestPageUtil.extractRestPageFromJson(String json,
Class<T> clazz) |
static <T> RestPage<T> |
RestPageUtil.extractRestPageFromResponse(io.restassured.response.Response resp,
Class<T> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
VersionedRestPage<T> |
Modifier and Type | Method and Description |
---|---|
static <T,A> RestPage<T> |
RestPage.fromListPlusOne(List<A> results,
com.google.common.base.Function<A,? extends T> transformer,
RestPageRequest pageRequest) |
static <T> RestPage<T> |
RestPage.fromListPlusOne(List<T> results,
RestPageRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
RestPage<AuditLogChangesetRestDTO> |
AuditController.searchAuditLog(AuditLogQueryRestDTO auditLogQueryRestDTO,
RestPageRequest pageRequest) |
RestPage<?> |
AuditController.searchAuditLogFilterValues(AuditLogProjectionQueryParams auditLogProjectionQueryParams) |
Modifier and Type | Method and Description |
---|---|
RestPage<LicensedDirectoryInfoEntity> |
ApplicationLicensingController.listDirectories(Long applicationId,
String productType,
Long version,
RestPageRequest restPageRequest) |
Modifier and Type | Method and Description |
---|---|
RestPage<GroupData> |
GroupsMembershipController.getAdministeredGroups(GroupsFilter groupsFilter,
RestPageRequest pageRequest) |
RestPage<UserData> |
GroupsMembershipController.getGroupMembers(DirectoryEntityId groupId,
RestPageRequest pageRequest) |
Modifier and Type | Field and Description |
---|---|
static RestPage<ApplicationEntity> |
ApplicationAdminResourceExamples.APPLICATION_ENTITIES_EXAMPLE |
static RestPage<DirectoryData> |
DirectoryAdminResourceExamples.DIRECTORIES_RESPONSE_EXAMPLE |
static RestPage<DirectoryMappingEntity> |
ApplicationAdminResourceExamples.DIRECTORY_MAPPINGS_EXAMPLE |
static RestPage<GroupAdministrationMappingRestDTO> |
GroupLevelAdminResourceExamples.LIST_GROUP_ADMINS_EXAMPLE |
static RestPage<UserData> |
UserAdminExamples.USERS_PAGE |
Modifier and Type | Method and Description |
---|---|
RestPage<GroupAdministrationMappingRestDTO> |
GroupLevelAdminResource.getAdminCandidates(DirectoryEntityId groupId,
String search,
int limit)
Returns users and groups that can become admins of the given group.
|
RestPage<DirectoryMappingEntity> |
ApplicationAdminResource.getApplicationDirectoryMappings(long applicationId,
RestPageRequest pageRequest)
The directory mappings of the specified application
|
RestPage<ApplicationEntity> |
ApplicationAdminResource.getApplications(RestPageRequest pageRequest)
Returns a paged list of all applications
|
RestPage<ApplicationSessionsSearchResultEntity> |
SessionsAdminResource.getApplicationSessions(String searchKeyword,
RestPageRequest pageRequest)
Lists the sessions of applications for specified parameters
|
RestPage<GroupAdministrationMappingRestDTO> |
GroupLevelAdminResource.getGroupAdministrators(DirectoryEntityId groupId,
RestPageRequest pageRequest)
Lists the group-level admins for the specified group
|
RestPage<DirectoryData> |
DirectoryAdminResource.getManagedDirectories(RestPageRequest restPageRequest)
Lists the directories managed by the logged in user
|
RestPage<UserSessionsSearchResultEntity> |
SessionsAdminResource.getUserSessions(String searchKeyword,
Long directoryId,
RestPageRequest pageRequest)
Lists the sessions of users for specified parameters
|
RestPage<GroupSearchResultEntity> |
GroupAdminResource.searchDirectoryGroups(long dirId,
String term,
RestPageRequest pageRequest)
Searches the given directory for groups matching the search term.
|
Modifier and Type | Field and Description |
---|---|
static RestPage<DirectoryData> |
DirectoryResourceExamples.DIRECTORIES_RESPONSE_EXAMPLE |
Modifier and Type | Field and Description |
---|---|
static RestPage<LicensedDirectoryInfoEntity> |
ApplicationLicensingResourceExamples.LIST_OF_DIRECTORIES_EXAMPLE |
Modifier and Type | Field and Description |
---|---|
static RestPage<GroupAdministrationMappingRestDTO> |
GroupsMembershipExamples.ADMIN_SUGGESTIONS |
static RestPage<UserData> |
GroupsMembershipExamples.USERS_SUGGESTIONS |
Copyright © 2020 Atlassian. All rights reserved.