Solved! Go to Solution.
Views
Replies
Total Likes
For Point 1 , you need to set the permissions at page level to allow/deny the access.
You can view more details on how to do permissioning at
http://docs.adobe.com/docs/en/cq/5-6/administering/security.html
For Point 2, You can access the JCR repository through api. I suggest you to call http://<hostname>//content/resources.json instead of html
it will be much easier to parse json format than html
Details on how to access CRX is defined in the following link
http://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.html
Views
Replies
Total Likes
For Point 1 , you need to set the permissions at page level to allow/deny the access.
You can view more details on how to do permissioning at
http://docs.adobe.com/docs/en/cq/5-6/administering/security.html
For Point 2, You can access the JCR repository through api. I suggest you to call http://<hostname>//content/resources.json instead of html
it will be much easier to parse json format than html
Details on how to access CRX is defined in the following link
http://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.html
Views
Replies
Total Likes
Thanks for the Reply.
I wanted to know if I can do this at Dispatcher level ,as then I need not do anything at http://docs.adobe.com/docs/en/cq/5-6/administering/security.html .
If I can achieve it at Dispatcher level then what all setting I must do to achieve the same.
Now how to access the http://<hostname>//content/resources.html using the JCR repository through api. Should I change the session of anonymous to admin session in Servlets/Pojo class.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies