DLApp
No hay servicios que concuerden con ese texto.

/permission/set-individual-permissions

Método 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.

Parámetros

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

Tipo de retorno

void

Excepción

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

Ejecutar

String long long java.util.Map long