[maven-release-plugin] prepare for next development iteration
1 file changed
tree: eaadcba03f1ec231c8b3eb276a14aa29801ccee6
  1. src/
  2. .asf.yaml
  3. .gitignore
  4. .sling-module.json
  5. bnd.bnd
  6. CODE_OF_CONDUCT.md
  7. CONTRIBUTING.md
  8. Jenkinsfile
  9. LICENSE
  10. pmd-exclude.properties
  11. pom.xml
  12. README.md
README.md

Apache Sling

Build Status Sonarcloud Status JavaDoc Maven Central License

Apache Sling Commons Permissions

This module is part of the Apache Sling project.

This module provides the Sling Commons Permissions API.

Sling Commons Permissions API

public interface PermissionsService {

    boolean hasPermission(Principal principal, String permission);

}