commit | 327e1c3efb4d96387aeb7e0496d1b46bf5d3829e | [log] [tgz] |
---|---|---|
author | Oliver Lietz <olli@apache.org> | Thu Mar 09 14:39:04 2023 +0100 |
committer | Oliver Lietz <olli@apache.org> | Thu Mar 09 14:39:04 2023 +0100 |
tree | d2c1f54baafe183d2ad074a5421a2946a059dfc3 | |
parent | 75e2bdb01069240ff0536b015215a466493e1b4c [diff] |
update build plugins
This module is part of the Apache Sling project.
This module provides an implementation of the Sling Commons Permissions API based on Sling Resource and JCR APIs.
The Sling Permissions Service maps permissions to JCR items and checks if given Principal
has read access via Session#itemExists($permission)
.
The root path of the permissions (hierarchy) is configurable.