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 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)
GroupUR
SCIMDataBinder. 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 SCIMPatchOperation
SCIMPatchOperationDeserializer. 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 void
SCIMPatchOp. setOperations(List<SCIMPatchOperation> operations)
-