Angela Schreiber created OAK-9693:
-------------------------------------
Summary: JackrabbitSession: add method to evaluate effective
repo-level permissions
Key: OAK-9693
URL: https://issues.apache.org/jira/browse/OAK-9693
Project: Jackrabbit Oak
Issue Type: Improvement
Components: jackrabbit-api
Reporter: Angela Schreiber
Both
{{JackrabbitSession.hasPermission(@NotNull String absPath, @NotNull String...
actions)}} and {{Session.hasPermission(String absPath, String actions)}}
mandate the path to be non-null absolute path.
Therefore it is not possible to evaluate effective permissions granted on the
repository-level (i.e. an {{AccessControlPolicy}} defined for the {{null}}
path).
--
This message was sent by Atlassian Jira
(v8.20.1#820001)