| Package | Description |
|---|---|
| com.sap.scimono.callback.groups | |
| com.sap.scimono.callback.resourcetype | |
| com.sap.scimono.callback.users | |
| com.sap.scimono.entity.paging | |
| com.sap.scimono.helper |
| 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<ResourceType> |
DefaultResourceTypesCallback.getCustomResourceTypes() |
PagedResult<ResourceType> |
ResourceTypesCallback.getCustomResourceTypes()
Return all custom resource types defined by the implementation (e.g.
|
| 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 |
| Constructor and Description |
|---|
PagedByIdentitySearchResult(PagedResult<T> resources,
int itemsPerPage,
String startId,
String nextId) |
PagedByIndexSearchResult(PagedResult<T> resources,
Integer startIndex) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Resource<T>> |
ResourceLocationService.addLocation(PagedResult<T> pagedResources) |
Copyright © 2022 SAP SE. All rights reserved.