update build plugins
1 file changed
tree: d2c1f54baafe183d2ad074a5421a2946a059dfc3
  1. src/
  2. .asf.yaml
  3. .gitignore
  4. .sling-module.json
  5. bnd.bnd
  6. checkstyle-suppressions.xml
  7. CODE_OF_CONDUCT.md
  8. CONTRIBUTING.md
  9. Jenkinsfile
  10. LICENSE
  11. pom.xml
  12. README.md
  13. spotbugs-exclude.xml
README.md

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.