Liferay Permission System 1. Liferay’s permission system uses a flexible mechanism that defines the actions that a given user can perform within the context of the portal or a specific portlet. 2. Portal and portlet developers break down the operations that can be performed in the portal or portlet into distinct actions. 3. The act of granting the ability to perform an action to a specific role is the act of granting a permission. 4. In Liferay, permissions are not granted to directly to users. Instead, permissions are granted to roles. Roles, in turn, can be assigned to specific users, sites, organizations, or user groups. Action: An operation that can be performed by a portal user. For example, actions that be performed on the Offer Portlet include ADD_TO_PAGE, CONFIGURATION, and VIEW. Actions that can be performed on a Offer entity include ADD_ENTRY, DELETE, PERMISSIONS, UPDATE, and VIEW. Resource: A generic representation of any portlet or entity in the portal on which ...
Comments
Post a Comment