GitHub user lasinducharith opened a pull request: https://github.com/apache/stratos/pull/30
User Management and Permissions for REST API This PR adds basic carbon user management functionality to Stratos. At the server start-up and tenant creation time a new role 'Internal/user' will be created with relevant permissions which can be used to create Tenant Users. New REST API methods are added to add/update/delete users for users with relevant permissions. REST API @AuthorizationAction is now validated for super admin/tenant admin/user in order to give access to particular API methods. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lasinducharith/stratos user_mgmt Alternatively you can review and apply these changes as the patch at: https://github.com/apache/stratos/pull/30.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #30 ---- commit 6bcbc3c329eebe18813caa60402f05fe9cfcd3d5 Author: lasinducharith <lasinduchar...@gmail.com> Date: 2014-07-29T09:09:38Z Adding missed timeout config commit b70bc4ddc32b208f5b734d704d2e2de917dca376 Author: lasinducharith <lasinduchar...@gmail.com> Date: 2014-08-04T13:55:47Z Merge remote-tracking branch 'upstream/master' commit 48389da72b7c31f177de78ee7eaccac176378412 Author: lasinducharith <lasinduchar...@gmail.com> Date: 2014-08-21T08:46:24Z Merge branch 'master' of https://github.com/apache/stratos commit 100adc811ceb309d4f409dfe79f5e45119c5c5ee Author: lasinducharith <lasinduchar...@gmail.com> Date: 2014-09-03T09:39:57Z Merge remote-tracking branch 'upstream/master' into user_mgmt commit 0f018ffb6d9ac33f67d568d7ff3d9688e8f45a43 Author: lasinducharith <lasinduchar...@gmail.com> Date: 2014-09-07T05:53:37Z New Tenant User Role, REST API Permission and permission model changes commit 2728506cc41cc87722b3245710e9bb53c4b0612a Author: lasinducharith <lasinduchar...@gmail.com> Date: 2014-09-10T18:03:54Z User Management REST API methods and Internal/user role creation commit 963894d127f33ba2e2a3828c51a7aca02294db96 Author: lasinducharith <lasinduchar...@gmail.com> Date: 2014-09-11T04:02:48Z Adding User Mgt Server feature to SM and changes to REST API commit f7768daffe3134bcc7f5cf28d6df68f0716f5e11 Author: lasinducharith <lasinduchar...@gmail.com> Date: 2014-09-11T04:17:25Z Merge remote-tracking branch 'upstream/master' commit ebfe5cf7ef187cc4bdbc3fa3b158be39e763d48a Author: lasinducharith <lasinduchar...@gmail.com> Date: 2014-09-11T04:45:00Z Refactoring ServiceUtils.java class commit 84ade8ceecd479ef3b16f2d536c32924e0a2d17a Author: lasinducharith <lasinduchar...@gmail.com> Date: 2014-09-11T05:05:43Z Refactoring ServiceUtils.java class ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---