Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

From Where on CRXDE I can get ACL permission data.

Avatar

Level 8

I want to crawl all ACL permission data for all users. So is any api avaliable to get this?

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

Hi,

It stored under node in rep:policy node e.g. /apps/rep:policy

you have to find out all the rep:policy node to check where are the permission are set and from inherited. 

 

 

Arun Patidar

AEM LinksLinkedIn

Lösung in ursprünglichem Beitrag anzeigen

3 Antworten

Avatar

Korrekte Antwort von
Community Advisor

Hi,

It stored under node in rep:policy node e.g. /apps/rep:policy

you have to find out all the rep:policy node to check where are the permission are set and from inherited. 

 

 

Arun Patidar

AEM LinksLinkedIn

Avatar

Community Advisor

Hi @akshaybhujbale 

 

In the JCR, Access Control resources (rep:policy nodes) are stored underneath the node they apply to so you'd have to create complex rules to package the ACLs without overriding the other child resources.

Avatar

Community Advisor