-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CRUD operations for Org user (#210)
* Update AdminOrg structure to include roles and users * Define the new type User * Define auxiliary types RoleReference, RightReference * Add AdminOrg methods GetRole, FetchUserByHref * Add AdminOrg methods FetchUserByName, FetchUserById, FetchUserByNameOrId * Add AdminOrg methods CreateUser, CreateUserSimple * Add OrgUser methods GetRoleName, Update, Enable, Disable * Add OrgUser methods Delete * Add OrgUser methods ChangePassword, Unlock, TakeOwnership * Add tests for org user retrieval, creation, update, deletion * Make sure that System Admin and Org Admin can run these functions Implement recommendations from Issue #211
- Loading branch information
1 parent
8d15560
commit ed123fe
Showing
8 changed files
with
913 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.