| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.server.patch |
| Modifier and Type | Class and Description |
|---|---|
class |
PatchResourceHandler
author Pascal Knueppel
created at: 30.10.2019 - 08:49 this class will handle the in which the patch-add operation does not define a target and the value is represented by the resource itself: The result of the add operation depends upon what the target location indicated by "path" references: o If omitted, the target location is assumed to be the resource itself. |
class |
PatchTargetHandler
author Pascal Knueppel
created at: 30.10.2019 - 09:07 this class will handle the patch-add operation if a target is specified The result of the add operation depends upon what the target location indicated by "path" references: o If the target location does not exist, the attribute and value are added. |
Copyright © 2019. All rights reserved.