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

/permission/has-user-permission

Método do HTTP
GET
com.liferay.portal.service.PermissionServiceUtil#hasUserPermission

Returns true if the user has permission to perform the action on the resource.

Parâmetros

userId long

the primary key of the user

actionId java.lang.String

the action's ID

resourceId long

the primary key of the resource

Tipo do retorno

boolean

true if the user has permission to perform the action on the resource; false otherwise

Exceção

com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

long java.lang.String long