| 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) |
| Modifier and Type | Method and Description |
|---|---|
PagedResult<ResourceType> |
ResourceTypesCallback.getCustomResourceTypes()
Return all custom resource types defined by the implementation (e.g.
|
PagedResult<ResourceType> |
DefaultResourceTypesCallback.getCustomResourceTypes() |
| 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) |
| 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 © 2020 SAP SE. All rights reserved.