Uses of Class
de.captaingoldfish.scim.sdk.server.patch.AbstractPatch
-
Packages that use AbstractPatch Package Description de.captaingoldfish.scim.sdk.server.patch -
-
Uses of AbstractPatch in de.captaingoldfish.scim.sdk.server.patch
Subclasses of AbstractPatch in de.captaingoldfish.scim.sdk.server.patch Modifier and Type Class Description classPatchResourceHandlerauthor 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:
classPatchTargetHandlerauthor Pascal Knueppel
created at: 30.10.2019 - 09:07
this class will handle the patch-add operation if a target is specified
-