Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMPatchOp
-
Packages that use SCIMPatchOp Package Description org.apache.syncope.ext.scimv2.api.service org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of SCIMPatchOp in org.apache.syncope.ext.scimv2.api.service
Methods in org.apache.syncope.ext.scimv2.api.service with parameters of type SCIMPatchOp Modifier and Type Method Description javax.ws.rs.core.Response
SCIMResourceService. update(@NotNull String id, SCIMPatchOp patch)
-
Uses of SCIMPatchOp in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMPatchOp Modifier and Type Method Description javax.ws.rs.core.Response
SCIMAnyObjectServiceImpl. update(String id, SCIMPatchOp patch)
javax.ws.rs.core.Response
SCIMGroupServiceImpl. update(String id, SCIMPatchOp patch)
javax.ws.rs.core.Response
SCIMUserServiceImpl. update(String id, SCIMPatchOp patch)
-