Add new method to AccessControlUtil to determine if an AccessControlEntry
contains granted privileges or denied privileges
--------------------------------------------------------------------------------------------------------------------------
Key: SLING-871
URL: https://issues.apache.org/jira/browse/SLING-871
Project: Sling
Issue Type: Improvement
Components: JCR
Reporter: Eric Norman
Priority: Minor
The AccessControlUtil.addEntry(..) methods enable creating an
AccessControlEntry for denied privileges, but there is no easy way to lookup
that information at a later time.
My proposal is to add a new 'isAllow' method to the AccessControlUtil class to
enable looking up the 'isAllow' flag for an AccessControlEntry.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.