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 voidSCIMDataBinder. populateUserUR(UserUR userUR, UserTO before, SCIMUser user, Collection<String> resources, SCIMPatchOperation op)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)protected voidSCIMDataBinder. setAttribute(UserTO before, UserUR userUR, String schema, String value, SCIMPatchOperation op)AnyObjectURSCIMDataBinder. toAnyObjectUR(AnyObjectTO before, SCIMPatchOperation op)GroupURSCIMDataBinder. toGroupUR(GroupTO before, 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)
-