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 AttrPatch
AttrPatch.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 B
AnyUR.Builder. plainAttr(AttrPatch plainAttr)
B
AnyUR.Builder. plainAttrs(AttrPatch... plainAttrs)
Method parameters in org.apache.syncope.common.lib.request with type arguments of type AttrPatch Modifier and Type Method Description B
AnyUR.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 void
SCIMDataBinder. 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 void
SCIMDataBinder. setAttribute(Set<AttrPatch> attrs, SCIMUserAddressConf conf, SCIMPatchOperation op)
-