Nicolas Peltier created SLING-7793:
--------------------------------------
Summary: ACLs pipes
Key: SLING-7793
URL: https://issues.apache.org/jira/browse/SLING-7793
Project: Sling
Issue Type: Improvement
Components: Extensions
Affects Versions: pipes 2.0.2
Reporter: Nicolas Peltier
ACLs pipes could be great, with following feature:
- .allow(userName) (default allow jcr:all on currentResource to userName, can
be overriden with jcr:privilege=... property),
- .deny(userName) (default deny jcr:read on currentResource to userName, can be
overriden with jcr:privilege)
- .acls() will return current resource, with in output bindings array of ACLs
mentioning principal, privilege of that resource. If current resource is an
authorizable, and if some flag is set to true, then returns ACLs attached to
that user in the repository.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)