[
https://issues.apache.org/jira/browse/SLING-11271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Norman updated SLING-11271:
--------------------------------
Description:
Sometimes it is more convenient to get the json of the ACE of a specific
principal rather than getting the ACL json and dig out the entry for the
principal.
For example:
{code:java}
http://localhost:8080/test/node.ace.json?pid=[userid]
http://localhost:8080/test/node.eace.json?pid=[userid] {code}
If no ACE exists for that principal than a 404 status is returned.
was:
Sometimes it is more convenient to get the json of the ACE of a specific
privilege rather than getting the ACL json and dig out the entry for the
principal.
For example:
{code:java}
http://localhost:8080/test/node.ace.json?pid=[userid]
http://localhost:8080/test/node.eace.json?pid=[userid] {code}
If no ACE exists for that principal than a 404 status is returned.
> Provide servlet to get json for the ACE or Effective ACE for a principal
> ------------------------------------------------------------------------
>
> Key: SLING-11271
> URL: https://issues.apache.org/jira/browse/SLING-11271
> Project: Sling
> Issue Type: New Feature
> Reporter: Eric Norman
> Assignee: Eric Norman
> Priority: Minor
> Fix For: JCR Jackrabbit Access Manager 3.0.12
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Sometimes it is more convenient to get the json of the ACE of a specific
> principal rather than getting the ACL json and dig out the entry for the
> principal.
> For example:
> {code:java}
> http://localhost:8080/test/node.ace.json?pid=[userid]
> http://localhost:8080/test/node.eace.json?pid=[userid] {code}
> If no ACE exists for that principal than a 404 status is returned.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)