forked from osiam/connector4java
-
Notifications
You must be signed in to change notification settings - Fork 0
Migration
David Moebius edited this page Apr 30, 2014
·
8 revisions
- The method setAuthServiceEndpoint in the OsiamConnector.Build renamed to setAuthServerEndpoint
- The method setResourceEndpoint in the OsiamConnector.Build renamed to setResourceServerEndpoint
- No migration needed
- UpdateUser and UpdateGroup moved to scim schema project
- Update the user only possible with UpdateUser
- Scim User and UpdateUser can handle extensions
The replaceUser method of the OsiamConnector now also has the uuid of the user that will be replaced as first parameter, like the updateUser method: replaceUser(user, accessToken) to replaceUser(uuid, user, accessToken)