From Where on CRXDE I can get ACL permission data. | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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. 

 

 

3 replies

Jagadeesh_Prakash
New Participant
July 15, 2022

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.

arunpatidar
arunpatidarAccepted solution
New Participant
July 15, 2022

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