-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74528/
-----------------------------------------------------------
Review request for ranger, Madhan Neethiraj and Subhrat Chaudhary.
Bugs: RANGER-4323
https://issues.apache.org/jira/browse/RANGER-4323
Repository: ranger
Description
-------
We get users,groups,roles all we get in response from one API
(/xusers/users/groups/roles) we can also pass Query Params like name,isVisible
Also we can PartialSearch Name for users,groups,roles
Diffs
-----
security-admin/src/main/java/org/apache/ranger/rest/XUserREST.java 9a2253a3d
security-admin/src/main/java/org/apache/ranger/view/VXRangerPrincipalView.java
PRE-CREATION
Diff: https://reviews.apache.org/r/74528/diff/1/
Testing
-------
We get users,groups,roles combined in response from API
(/xusers/users/groups/roles) we can pass query params like name(PartialSearch
Available),isVisible to filter the users,groups,roles we get in response
Thanks,
Prashant Satam