| Package | Description |
|---|---|
| com.sap.scimono.api | |
| com.sap.scimono.callback.groups | |
| com.sap.scimono.entity | |
| com.sap.scimono.helper |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
Groups.createGroup(Group newGroup) |
javax.ws.rs.core.Response |
Groups.updateGroup(String groupId,
Group groupToUpdate) |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupsCallback.createGroup(Group group)
Creates a group with the provided attributes.
|
Group |
DefaultGroupsCallback.createGroup(Group group) |
Group |
GroupsCallback.getGroup(String groupId) |
Group |
DefaultGroupsCallback.getGroup(String groupId) |
Group |
GroupsCallback.updateGroup(Group group)
Updates a group with the provided attributes.
|
Group |
DefaultGroupsCallback.updateGroup(Group group) |
| 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 |
|---|---|
Group |
GroupsCallback.createGroup(Group group)
Creates a group with the provided attributes.
|
Group |
DefaultGroupsCallback.createGroup(Group group) |
Group |
GroupsCallback.updateGroup(Group group)
Updates a group with the provided attributes.
|
Group |
DefaultGroupsCallback.updateGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.Builder.build() |
| Constructor and Description |
|---|
Builder(Group group)
Constructs a new builder by copying all values from the given
Group |
| Modifier and Type | Method and Description |
|---|---|
Group |
ResourceLocationService.addMembersLocation(Group group) |
| Modifier and Type | Method and Description |
|---|---|
Group |
ResourceLocationService.addMembersLocation(Group group) |
Copyright © 2020 SAP SE. All rights reserved.