List of group members using Jackrabbit userManager
--------------------------------------------------
Key: SLING-1557
URL: https://issues.apache.org/jira/browse/SLING-1557
Project: Sling
Issue Type: Improvement
Components: JCR
Affects Versions: JCR Jackrabbit User Manager 2.0.4
Reporter: Davide Maestroni
Priority: Trivial
It should be possible to get the list of the members of one group using the
userManager service.
Now the call to "curl
http://<domain>:<port>/sling/system/userManager/group/<group_name>.tidy.1.json"
just return the group properties but not its members.
As per Sling syntax the node properties should be returned by calling "curl
http://<domain>:<port>/sling/system/userManager/group/<group_name>.json", while
the above request should return the list of the node children (the members)
along with the parent node.
So my propose is to change the current behavior so to get only the group
properties with the latter request and also the group members with the former
one.
Otherwise, it should exist another way to get the members since it is not
possible in the current implementation unless to register a customized servlet
to achieve that.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.