I want to crawl all ACL permission data for all users. So is any api avaliable to get this?
Solved! Go to Solution.
Views
Replies
Total Likes
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.
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.
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.