Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-12485

As a developper, I can get all the ACLs (with ACE) that are on a document

    XMLWordPrintable

    Details

    • Type: User story
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Rest API

      Description

      I have an adapter @acl that sends a map of ACLs that is a MAP of ACEs, including inherited ACL.

      {
        "entity-type":"acls",
        "acl":[
          {
            "name":"inherited",
            "ace":[
              {"username":"Administrator","permission":"Everything","granted":true},
              {"username":"members","permission":"Read","granted":true}
            ]
          },
          {
            "name":"local",
            "ace":[
              ...
            ]
          }
        ]
      }
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 1 day, 1 hour
                1d 1h
                Remaining:
                0m
                Logged:
                Time Not Required
                Not Specified