You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Eric Norman (Jira)" <ji...@apache.org> on 2022/05/01 20:18:00 UTC

[jira] [Updated] (SLING-11272) Add support to get, modify and delete a principalbased ACE

     [ https://issues.apache.org/jira/browse/SLING-11272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Norman updated SLING-11272:
--------------------------------
    Description: 
For debugging purposes, it would be useful to get a view of what is currently defined in a principalbased ACE.

For example:
{code:java}
http://localhost:8080/test/node.pace.json?pid=[userid] {code}
Also, if changes are required, it would be useful to have the capability to modify or delete a principalbased ACE.

For example, POST to these endpoints with arguments similar to the existing modifyAce and deleteAce endpoints:
{code:java}
http://localhost:8080/test/node.modifyPAce.json

http://localhost:8080/test/node.deletePAce.json {code}

  was:
For debugging purposes, it would be useful to get a view of what is currently defined in a principalbased ACE.

For example:
{code:java}
http://localhost:8080/test/node.pace.json?pid=[userid] {code}
Also, if changes are required, it would be useful to have the capability to modify or delete a principalbased ACE.

For example, POST to these endpoints with arguments similar to the existing modifyAce and deleteAce endpoints:
{code:java}
http://localhost:8080/test/node.modifyPrincipalAce.json

http://localhost:8080/test/node.deletePrincipalAce.json {code}


> Add support to get, modify and delete a principalbased ACE
> ----------------------------------------------------------
>
>                 Key: SLING-11272
>                 URL: https://issues.apache.org/jira/browse/SLING-11272
>             Project: Sling
>          Issue Type: New Feature
>            Reporter: Eric Norman
>            Assignee: Eric Norman
>            Priority: Major
>             Fix For: JCR Jackrabbit Access Manager 3.0.12
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> For debugging purposes, it would be useful to get a view of what is currently defined in a principalbased ACE.
> For example:
> {code:java}
> http://localhost:8080/test/node.pace.json?pid=[userid] {code}
> Also, if changes are required, it would be useful to have the capability to modify or delete a principalbased ACE.
> For example, POST to these endpoints with arguments similar to the existing modifyAce and deleteAce endpoints:
> {code:java}
> http://localhost:8080/test/node.modifyPAce.json
> http://localhost:8080/test/node.deletePAce.json {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)