Netcentric / accesscontroltool

Rights and roles management for AEM made easy
Eclipse Public License 1.0
150 stars 91 forks source link

Support PrincipalSetPolicy being used with AEM 6.3 CUGs #185

Open kwin opened 7 years ago

kwin commented 7 years ago

Similar to what was done for Apache FileVault (https://issues.apache.org/jira/browse/JCRVLT-111) the ACTool should support the new org.apache.jackrabbit.api.security.authorization.PrincipalSetPolicy (introduced with Jackrabbit API 2.11.0). This new policy is used for Closed User Groups (CUGs) in AEM 6.3 (https://docs.adobe.com/docs/en/aem/6-3/administer/security/custom-user-groups.html#Apache%20Jackrabbit%20API and http://jackrabbit.apache.org/oak/docs/security/authorization/cug.html).

kwin commented 7 years ago

We should not implement that until we have a convincing use case for setting CUG ACEs with the ACTool.

kwin commented 3 years ago

This is related to #369