Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

From Where on CRXDE I can get ACL permission data.

Avatar

Level 5

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. 

 

 

View solution in original post

0 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. 

 

 

Avatar

Level 7

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.