How do I get portlet groups which has view permissions for a particular portlet?
I need to know the groups for existing portlets which has view permission using api.
Hello Mohammed,No such methods exists in the published API.That said, for each portlet you could try looping through all groups and then use a solution similar to the one posted in the following Forum entry to determine if that group has permission to view the portlet. How can I get the objects (menuitems and portlets) on which a particular group is allowed
Modify the example to use the following methods for determining if the group has permission to view the portlet.
com.epicentric.common.website.AuthorizationUtils.isAuthorized()
RegardsAlex