API JSON liferay 中的 WS : 只有选择 json ws 可以工作

API JSON WS in liferay : only chosed json ws can work

我有json.web.service.enabled=false,我不能更改它。

但我想与当地人一起 json ws 我的 AssetCategory 和我的 AssetTags。那么是否可以只允许这2个ws?

我知道如果我将我的 json.web.service.enabled 设置为 true,我只能允许经过身份验证的用户使用它。但是我可以限制对页面 api/jsonws 的访问吗???

感谢您的回答和帮助。

您可以在 portal-ext.properties 中使用下面的 portal 属性 以仅允许一组网络服务。

# # The property "jsonws.web.service.paths.includes" denotes patterns for JSON # web service action paths that are allowed. Set a blank pattern to allow # any service action path. # jsonws.web.service.paths.includes=

具体一点;为了使 AssetCategory 和 AssetTag 相关 json ws,你会使用。 jsonws.web.service.paths.includes=/assetcategory/*,/assettag/*