Add support for Core Authorization's User Roles and Permissions#193
Conversation
|
@jakbutler thanks for taking care of this. I've added a review task to the backlog and I hope I can start with it the next week. |
…ge roles and permissions for users
be4f113 to
eddfd60
Compare
|
Apologies, I'd forgotten to also update the |
|
Terrific work @jakbutler ! I was just researching how we could use the Roles API and found out it was missing. A very nice surprise to see this PR. I can't wait until a new release is being made with this feature added. I |
lbalmaceda
left a comment
There was a problem hiding this comment.
Thanks for the PR! 🎉
I've left some comments. Some of them are repetitive, e.g. wrong formatting of java docs, methods to request all items vs paginated, etc. Know I've skipped reviewing tests and json files for now. This is a first pass. You'll probably end up deleting 1/4 of the diff introduced. I'll hold to that for completing the review 👍
d788ab1 to
107ca68
Compare
376af32 to
ca2877c
Compare
e3f5be8 to
487f665
Compare
Changes
RolesEntityfor providing access to the Role management API endpoints.Role,Permission,RolesPage, andPermissionPagevalue objects, with respective deserializers.RolesFilterfor use in the get_roles call.PageFilterfor specifying filter objects that only contain pagination options, e.g.per_pageandinclude_totals.UserEntityto include User Permission and User Role endpoints.References
Feature Request #192
Testing
Checklist