> On Oct 19, 2016, at 12:50 PM, Steve Moyer <[email protected]> wrote:
> 
> I'm liking the idea of a callback more and more.  One additional question - 
> if we retrieve a User via the Fortress API, is the underlying inetOrgPerson 
> preserved with the current modify method(s)?

Steve,

The updates are simple as can be.  Null attributes are ignored, anything 
not-null will be replaced with whatever is passed in the entity.

You may read prior to update and use that to pass into update which will simply 
replace the values with the new values, which probably is what was already 
present, unless attribute values are changed (by you the caller) after the read.

Does that answer the question?

Thanks,
Shawn

Reply via email to