| 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) |
default PagedResult<Group> |
GroupsCallback.getGroups(PageInfo pageInfo,
String filter,
RequestedResourceAttributes additionalAttributes)
Returns a page of groups (more info in
GroupsCallback.getGroups(PageInfo, String) ()}
adding specifying additional attributes to be returned of excluded from the response |
| Modifier and Type | Method and Description |
|---|---|
PagedResult<User> |
DefaultUsersCallback.getUsers(PageInfo pageInfo,
String filter) |
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. |
default PagedResult<User> |
UsersCallback.getUsers(PageInfo pageInfo,
String filter,
RequestedResourceAttributes additionalAttributes)
Returns a page of users (more info in
UsersCallback.getUsers(PageInfo, String) ()}
adding specifying additional attributes to be returned of excluded from the response |
| Modifier and Type | Method and Description |
|---|---|
static PageInfo |
PageInfo.getInstance(int count,
int startIndex,
String startId) |
Copyright © 2022 SAP SE. All rights reserved.