Expand my Community achievements bar.

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

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

3 Replies

Avatar

Correct answer by
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.