Hi Friends,
* I have a scenario where it is most convenient to call DirContextAdapter.setAttribute(),
* However setAttributeValue(String, Object) and setAttributeValues(String, Object[]) add the attribute to DirContextAdapter.attrs or DirContextAdapter.updateAttrs (depending on updateMode) while setAttribute() does not.
Hence, calling setAttribute does not result in a ModificationItem.
Regards,
Jasper


Reply With Quote