| Package | Description |
|---|---|
| com.sap.scimono.api | |
| com.sap.scimono.api.preprocessor | |
| com.sap.scimono.callback.groups | |
| com.sap.scimono.entity | |
| com.sap.scimono.entity.bulk | |
| com.sap.scimono.helper |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
Groups.createGroup(@Valid Group newGroup) |
javax.ws.rs.core.Response |
Groups.updateGroup(String groupId,
@Valid Group groupToUpdate) |
| Modifier and Type | Method and Description |
|---|---|
static com.sap.scimono.api.PagingStartParametersSetter |
ListResponseBuilder.forGroups(List<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
static ResourcePreProcessor<Group> |
ResourcePreProcessor.forGroups(ResourceLocationService resourceLocationService,
GroupsCallback groupsAPI,
ResourceTypesCallback resourceTypesAPI,
SchemasCallback schemaAPI) |
| 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) |
default Group |
GroupsCallback.getGroup(String groupId,
RequestedResourceAttributes additionalAttributes) |
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) |
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 |
|---|---|
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 |
RequestOperation.getDataAsGroup() |
| Modifier and Type | Method and Description |
|---|---|
Group |
ResourceLocationService.addMembersLocation(Group group) |
| Modifier and Type | Method and Description |
|---|---|
Group |
ResourceLocationService.addMembersLocation(Group group) |
Copyright © 2022 SAP SE. All rights reserved.