Hi Experts,
I have a requirement where I have to fetch the results from KM API and the results are in the form of IResource type. But the results should be filtered according to the permissions assigned to the logged user on the retrieved resource.
For this, I am trying to use IAclService and IAclPermission for filtering.
service.isAllowed(resource, user, acl);
But I am facing these errors, when I run the application.
com.sapportals.portal.prt.service.ServiceException: Error while retrieving service: ServiceAclRepositoryService
Caused by: com.sap.portal.prt.broker.PortalModuleNotFoundException: Could not retrieve portal application ServiceAclRepositoryService
I have even checked in NWA that the navigation service is already started.
Please suggest any solution to resolve this.
Thanks & Regards,
Kunal Saggar