Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMPatchOperation
-
Uses of SCIMPatchOperation in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionprotected void
SCIMDataBinder.setAttribute
(Set<AttrPatch> attrs, String schema, SCIMPatchOperation op) protected <E extends Enum<?>>
voidSCIMDataBinder.setAttribute
(Set<AttrPatch> attrs, List<SCIMComplexConf<E>> confs, SCIMPatchOperation op) protected void
SCIMDataBinder.setAttribute
(Set<AttrPatch> attrs, SCIMUserAddressConf conf, SCIMPatchOperation op) SCIMDataBinder.toGroupUR
(GroupTO before, SCIMPatchOperation op) SCIMDataBinder.toUserUpdate
(UserTO before, Collection<String> resources, SCIMPatchOperation op) -
Uses of SCIMPatchOperation in org.apache.syncope.ext.scimv2.api.data
Modifier and TypeMethodDescriptionSCIMPatchOperationDeserializer.deserialize
(JsonParser jp, DeserializationContext ctxt) Modifier and TypeMethodDescriptionvoid
SCIMPatchOp.setOperations
(List<SCIMPatchOperation> operations)