DLApp
Il n'y a aucun service assortissant cette expression.

/permission/set-individual-permissions

Méthode de HTTP
POST
com.liferay.portal.service.PermissionServiceUtil#setIndividualPermissions

Sets the permissions of each role to perform respective actions on the resource, replacing the existing permissions of each role on the resource.

Paramètres

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

companyId long

the primary key of the company

roleIdsToActionIds java.util.Map

the map of roles to their new actions on the resource

resourceId long

the primary key of the resource

Type de retour

void

Exception

com.liferay.portal.kernel.exception.PortalException
if the group did not have permission to the resource
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Exécuter

String long long java.util.Map long