osiam / connector4java

Native Java API to connect to the REST based OSIAM services
MIT License
8 stars 17 forks source link

Re-factor resource builder API #207

Closed tkrille closed 8 years ago

tkrille commented 8 years ago

These are the first steps to support updates via the builder API. Only simple, single-valued attributes have been touched. Group.Builder gets a new method to set the display name. User.Builder gets a new method to set the user name. All set prefixes have been removed from the "setters". Setting meta or the id has been deprecated. See the individual commits for details.

Blocked by #206

tkrille commented 8 years ago

Thanks for your suggestions @wallner. I've updated the PR.

tkrille commented 8 years ago

@wallner Please note, that this PR is blocked by and depends on #206. I think it's better if we get that one done first. All of your comments also belong to #206 and not this one. This is confusing for me.

tkrille commented 8 years ago

Rebased

tkrille commented 8 years ago

This will be replaced with something else.

tkrille commented 8 years ago

Replaced with #209