osiam / connector4java

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

Make /Me resource to be scim compliant #196

Closed wallner closed 8 years ago

wallner commented 8 years ago

Since OSIAM made changes to make the /Me resource more SCIM compliant, this change adjusts the connector accordingly: It adds a new getMe() method that uses the revamped resource and marks the BasicUser class and the getCurrentUserBasic() method as deprecated. It requires the corresponding pull request osiam/osiam#185 to be merged to work.

dacrome commented 8 years ago

I'm not sure if getMe is a good choice. Maybe you should replace getCurrentUser?

dacrome commented 8 years ago

Thanks a lot!