Foros de discusión

How to Restrict portlets based on the roles ?

thumbnail
Dinesh Balaji, modificado hace 12 años.

How to Restrict portlets based on the roles ?

Junior Member Mensajes: 51 Fecha de incorporación: 6/10/10 Mensajes recientes
Hi All,

I have two roles created in DB named customer and engineer . I have a condition that the portlets that are visible on the Customer should not appear on to the Engineer page.

TO achieve this, while creating the portlets itself I have given in liferay-portal.xml and portlet.xml as
</role-mapper>
<role-mapper>
<role-name>customer</role-name>
<role-link>customer</role-link>
</role-mapper>

and in portlet.xml as

</security-role-ref>
<security-role-ref>
<role-name>customer</role-name>
</security-role-ref>

But to my surprise I not getting the portlet in the customer page also which i supposed to be available. What could be the reason ?
I saw a similar post but no solution was posted on to date - http://www.liferay.com/community/forums/-/message_boards/message/8338186
Kindly help me on this.

Warm Regards,
Dinesh V
thumbnail
Muniraj saravanan, modificado hace 12 años.

RE: How to Restrict portlets based on the roles ?

Junior Member Mensajes: 95 Fecha de incorporación: 1/06/11 Mensajes recientes
Hi Dinesh,

login as admin , then you can see the there will be configuration , you can set the permission based on role.

regards
Muniraj.Saravanan
thumbnail
Dinesh Balaji, modificado hace 12 años.

RE: How to Restrict portlets based on the roles ?

Junior Member Mensajes: 51 Fecha de incorporación: 6/10/10 Mensajes recientes
Hi Muni,

Thanks for your reply , but can you elaborate

Warm Regards,
Dinesh V
thumbnail
Muniraj saravanan, modificado hace 12 años.

RE: How to Restrict portlets based on the roles ?

Junior Member Mensajes: 95 Fecha de incorporación: 1/06/11 Mensajes recientes
Hi Dinesh,

Every portlet has Configuration option along with min,max and remove option , when user logged as admin, So login as admin select Configuration and set permission

regards
Muniraj.saravanan