DLApp
Não há nenhum serviço que combina essa frase.

/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 do retorno

void

Exceção

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

Executar

String long long java.util.Map long