Uses of Class
org.apache.syncope.common.lib.request.AttrPatch
-
Packages that use AttrPatch Package Description org.apache.syncope.common.lib.request org.apache.syncope.core.logic -
-
Uses of AttrPatch in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return AttrPatch Modifier and Type Method Description protected AttrPatchAttrPatch.Builder. newInstance()Methods in org.apache.syncope.common.lib.request that return types with arguments of type AttrPatch Modifier and Type Method Description Set<AttrPatch>AnyUR. getPlainAttrs()Methods in org.apache.syncope.common.lib.request with parameters of type AttrPatch Modifier and Type Method Description BAnyUR.Builder. plainAttr(AttrPatch plainAttr)BAnyUR.Builder. plainAttrs(AttrPatch... plainAttrs)Method parameters in org.apache.syncope.common.lib.request with type arguments of type AttrPatch Modifier and Type Method Description BAnyUR.Builder. plainAttrs(Collection<AttrPatch> plainAttrs) -
Uses of AttrPatch in org.apache.syncope.core.logic
Method parameters in org.apache.syncope.core.logic with type arguments of type AttrPatch 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, List<SCIMComplexValue> values, PatchOp patchOp)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)
-