Apache sling

Clone this repo:

Branches

  1. 35179e2 SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 7 months ago master
  2. 925bc39 [maven-release-plugin] prepare for next development iteration by Oliver Lietz · 1 year, 2 months ago
  3. 6973751 [maven-release-plugin] prepare release org.apache.sling.commons.permissions-1.0.0 by Oliver Lietz · 1 year, 2 months ago
  4. 518d7b0 update build plugins by Oliver Lietz · 1 year, 2 months ago
  5. 52aba9b update build plugins by Oliver Lietz · 1 year, 2 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);

}