GitHub - apache/sling-org-apache-sling-commons-permissions-sling: Apache sling (original) (raw)
Apache Sling Commons Permissions Sling
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.
Sling Permissions Service
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.