| Package | Description |
|---|---|
| com.sap.scimono.callback.groups | |
| com.sap.scimono.callback.users | |
| com.sap.scimono.entity.paging |
| Modifier and Type | Method and Description |
|---|---|
PagedResult<Group> |
GroupsCallback.getGroups(PageInfo pageInfo,
String filter)
Returns a page of groups (limited by
SCIMConfigurationCallback.getMaxResourcesPerPage()),
taking into account the specified filter and paging parameters. |
PagedResult<Group> |
DefaultGroupsCallback.getGroups(PageInfo pageInfo,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
PagedResult<User> |
UsersCallback.getUsers(PageInfo pageInfo,
String filter)
Returns a page of users (limited by
SCIMConfigurationCallback.getMaxResourcesPerPage()),
taking into account the specified filter and paging parameters. |
PagedResult<User> |
DefaultUsersCallback.getUsers(PageInfo pageInfo,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
static PageInfo |
PageInfo.getInstance(int count,
int startIndex,
String startId) |
Copyright © 2020 SAP SE. All rights reserved.