Apache sling

Clone this repo:

Branches

  1. f6fd55f SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 7 months ago master
  2. a316994 link Sling Commons Permissions API by Oliver Lietz · 1 year, 2 months ago
  3. 327e1c3 update build plugins by Oliver Lietz · 1 year, 2 months ago
  4. 75e2bdb update test dependency by Oliver Lietz · 1 year, 2 months ago
  5. 0cec77b update build plugins by Oliver Lietz · 1 year, 2 months ago

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central License

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.