Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-1557

List of group members and user memberships using Jackrabbit userManager

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • JCR Jackrabbit User Manager 2.0.4
    • None
    • JCR

    Description

      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.

      Attachments

        Activity

          People

            justinedelson Justin Edelson
            davide Davide Giannella
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: