| Package | Description |
|---|---|
| com.sap.scimono.api.request | |
| com.sap.scimono.callback.groups | |
| com.sap.scimono.callback.users |
| Modifier and Type | Method and Description |
|---|---|
static RequestedResourceAttributes |
RequestedResourceAttributesParser.parse(String attributes,
String excludedAttributes) |
| Modifier and Type | Method and Description |
|---|---|
default Group |
GroupsCallback.getGroup(String groupId,
RequestedResourceAttributes additionalAttributes) |
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 |
|---|---|
default User |
UsersCallback.getUser(String userId,
RequestedResourceAttributes additionalAttributes) |
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 |
Copyright © 2022 SAP SE. All rights reserved.