Apache sling

Clone this repo:

Branches

  1. 95faa3a SLING-12866 - Restrict force pushes, auto-delete branches on merge by Robert Munteanu · 4 weeks ago master
  2. 5c857cd SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org by Robert Munteanu · 10 months ago
  3. 35179e2 SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 1 year, 11 months ago
  4. 925bc39 [maven-release-plugin] prepare for next development iteration by Oliver Lietz · 2 years, 6 months ago
  5. 6973751 [maven-release-plugin] prepare release org.apache.sling.commons.permissions-1.0.0 by Oliver Lietz · 2 years, 6 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);

}