30 March, 2016

Useful Roles and permission API

Reading portlet resources and model resources: <pre> List<String> portletResources = ResourceActionsUtil.getPortletResourceActions(PortletLocalServiceUtil.getPortletById(portletId).getPortletId()); List<String> modelResource = ResourceActionsUtil.getPortletModelResources(portletId); </pre&g...

09 March, 2016

OpenAM (OpenSSO) + Liferay 6.2

We are starting OpenAM integration by considering we have setup OpenDJ with Liferay. See http://www.liferaysolution.com/2016/03/opendj-liferay-62.html Install OpenDJ 1) Download OpenAM-11.0.0.war from https://backstage.forgerock.com/#!/downloads/OpenAM/OpenAM%20Enterprise/11.0.0/OpenAM%2011#list 2)  You can deploy this war file in the same tomcat where your liferay is runinng or you can deploy in separate tomcat server...

OpenDJ + Liferay 6.2

Follow below steps to integrate OpenAM & OpenDJ with Liferay 6.2 : Install OpenDJ : 1) Download OpenDJ-3.0.0.zip from https://backstage.forgerock.com/#!/downloads/OpenDJ/OpenDJ%20Enterprise/3.0.0/OpenDJ%203%20Zip/zip#list 2) Extract OpenDJ-3.0.0.zip and Click on setup .bat file to do a setup of OpenDJ 3) Click next and check mark the accept checkbox 4) Server Setting Screen : FQHN : opendj.jignesh.com LDAP listner...

Popular Posts

Featured Post

Liferay 7.3 compatibility matrix

Compatibility Matrix Liferay's general policy is to test Liferay Portal CE against newer major releases of operating systems, open s...