Solved
No text available
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Since an administrator can see all effective permissions for a specific path in CRX Explorer > Access Control
If you are looking forward to fetch the details in the java code you can use the "AccessControlManager" api and use the method "getEffectivePolicies" in your custom logic.
API Reference:
There are some more use case present in the ACS Commons as well, you can check out the code within it to understand how we can use it.
Reference for ACS git: https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/adobe/acs/commons/users/impl/EnsureAce.java
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.