Views
Replies
Total Likes
@akshaybhujbale IMO, that's not possible via JCR Query; mostly because the access control system used by Jackrabbit (by default) and AEM relies on inheritance. So the permissions a user has on a certain node is not expressed as a node or properties, but is computed out of inherited ACEs and ACEs directly attached to the node, from both groups (recursively) and the user itself.
So, you probably need to filter your query result via session.hasPermission() or session.checkPermission().
Hope this helps!
Thanks
@akshaybhujbale
You are copy pasting each and every sentence from here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/query-on-acl-permissions/m... and saying IMO?
Hi @akshaybhujbale ,
Similar question discussed here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/query-on-acl-permissions/m...
Regards,
Santosh
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies