Apache sling

Clone this repo:

Branches

  1. a316994 link Sling Commons Permissions API by Oliver Lietz · 3 months ago master
  2. 327e1c3 update build plugins by Oliver Lietz · 3 months ago
  3. 75e2bdb update test dependency by Oliver Lietz · 4 months ago
  4. 0cec77b update build plugins by Oliver Lietz · 4 months ago
  5. 03f74cd SLING-11688 Provide Commons Permissions Sling by Oliver Lietz · 7 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.