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