osiam / connector4java

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

Make `getMe()` compatible with OSIAM 2.x #219

Closed tkrille closed 8 years ago

tkrille commented 8 years ago

OSIAM 2.x will still be supported for some time, so it makes sense to provide a uniform interface for all users. Also, the self-admin uses getMe() and must be compatible with 2.x and 3.x, too.

tkrille commented 8 years ago

Depends on #218

wallner commented 8 years ago

thank you