Apache sling

Clone this repo:
  1. 925bc39 [maven-release-plugin] prepare for next development iteration by Oliver Lietz · 3 months ago master
  2. 6973751 [maven-release-plugin] prepare release org.apache.sling.commons.permissions-1.0.0 by Oliver Lietz · 3 months ago org.apache.sling.commons.permissions-1.0.0
  3. 518d7b0 update build plugins by Oliver Lietz · 3 months ago
  4. 52aba9b update build plugins by Oliver Lietz · 3 months ago
  5. 1cdcf0c remove inappropriate Test Status and Coverage badges by Oliver Lietz · 3 months ago

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);

}