return new AuthorizationCheckResultDto(isUserAuthorized, authorizationUtil, resourceId);
}
public AuthorizationResource getAuthorization(String id) {
return new AuthorizationResourceImpl(getProcessEngine().getName(), id, relativeRootResourcePath, getObjectMapper());
}