Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMPatchOperation
-
Packages that use SCIMPatchOperation Package Description org.apache.syncope.core.logic org.apache.syncope.ext.scimv2.api.data -
-
Uses of SCIMPatchOperation in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type SCIMPatchOperation Modifier and Type Method Description protected voidSCIMDataBinder. setAttribute(Set<AttrPatch> attrs, String schema, SCIMPatchOperation op)protected <E extends Enum<?>>
voidSCIMDataBinder. setAttribute(Set<AttrPatch> attrs, List<SCIMComplexConf<E>> confs, SCIMPatchOperation op)protected voidSCIMDataBinder. setAttribute(Set<AttrPatch> attrs, SCIMUserAddressConf conf, SCIMPatchOperation op)AnyObjectURSCIMDataBinder. toAnyObjectUR(AnyObjectTO before, SCIMPatchOperation op)GroupURSCIMDataBinder. toGroupUR(GroupTO before, SCIMPatchOperation op)Pair<UserUR,StatusR>SCIMDataBinder. toUserUpdate(UserTO before, Collection<String> resources, SCIMPatchOperation op) -
Uses of SCIMPatchOperation in org.apache.syncope.ext.scimv2.api.data
Methods in org.apache.syncope.ext.scimv2.api.data that return SCIMPatchOperation Modifier and Type Method Description SCIMPatchOperationSCIMPatchOperationDeserializer. deserialize(JsonParser jp, DeserializationContext ctxt)Methods in org.apache.syncope.ext.scimv2.api.data that return types with arguments of type SCIMPatchOperation Modifier and Type Method Description List<SCIMPatchOperation>SCIMPatchOp. getOperations()Method parameters in org.apache.syncope.ext.scimv2.api.data with type arguments of type SCIMPatchOperation Modifier and Type Method Description voidSCIMPatchOp. setOperations(List<SCIMPatchOperation> operations)
-