この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
I want to crawl all ACL permission data for all users. So is any api avaliable to get this?
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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.