| Package | Description |
|---|---|
| com.sap.scimono.callback.groups | |
| com.sap.scimono.callback.users | |
| com.sap.scimono.entity | |
| com.sap.scimono.entity.config | |
| com.sap.scimono.entity.patch | |
| com.sap.scimono.entity.schema |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupsCallback.patchGroup(String groupId,
PatchBody patchBody,
Meta groupMeta)
Updates a group with the provided attributes.
|
void |
DefaultGroupsCallback.patchGroup(String groupId,
PatchBody patchBody,
Meta groupMeta) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultUsersCallback.patchUser(String userId,
PatchBody patchBody,
Meta userMeta) |
void |
UsersCallback.patchUser(String userId,
PatchBody patchBody,
Meta userMeta)
Updates a user with the provided attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Meta |
Meta.Builder.build()
Builds a Meta Object with the given parameters
|
Meta |
Resource.getMeta()
Gets the meta attribute
|
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder<T> |
Resource.Builder.setMeta(Meta meta) |
Group.Builder |
Group.Builder.setMeta(Meta meta) |
User.Builder |
User.Builder.setMeta(Meta meta) |
| Constructor and Description |
|---|
Builder(Meta meta)
Constructs a new builder with the created and last modified time set to the given values
|
Resource(String id,
String externalId,
Meta meta,
Set<String> schemas) |
| Modifier and Type | Method and Description |
|---|---|
ServiceProviderConfig.Builder |
ServiceProviderConfig.Builder.setMeta(Meta meta) |
| Constructor and Description |
|---|
ServiceProviderConfig(Meta meta,
Set<String> schemas,
String documentationUri,
PagingSetting paging,
ProviderConfigSetting patch,
ProviderConfigSetting changePassword,
ProviderConfigSetting sort,
ProviderConfigSetting etag,
FilterSetting filter,
BulkSetting bulk,
List<AuthenticationSchemeSetting> authenticationSchemes) |
| Modifier and Type | Method and Description |
|---|---|
Meta |
PatchBody.getMeta() |
| Modifier and Type | Method and Description |
|---|---|
PatchBody.Builder |
PatchBody.Builder.setMeta(Meta meta) |
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.setMeta(Meta meta) |
ResourceType.Builder |
ResourceType.Builder.setMeta(Meta meta) |
| Constructor and Description |
|---|
Schema(String id,
String externalId,
Meta meta,
Set<String> schemas,
String name,
String description,
List<Attribute> attributes) |
Copyright © 2022 SAP SE. All rights reserved.