Apache Sling Commons Permissions
March 8, 2023 ยท View on GitHub
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);
}
