简体   繁体   English

EntitlementServiceStub-获得多个决定

[英]EntitlementServiceStub - get multiple decisions

I am trying to use a PEP client to get the XACML authorization decisions 我正在尝试使用PEP客户端来获取XACML授权决策
I am following the steps given in this article 我正在按照本文中给出的步骤进行操作

I can see that they use entitlementServiceStub.getDecisionByAttributes to get the decission. 我可以看到他们使用entitlementServiceStub.getDecisionByAttributes来获得决定entitlementServiceStub.getDecisionByAttributes

I want to get decisions of the children for a root resource in a hierarchy (multiple decisions) 我想获取子级的决策以获取层次结构中的根资源(多个决策)

Which API/method I need to use? 我需要使用哪种API /方法?
I couldn't find any documentation or source for EntitlementServiceStub . 我找不到EntitlementServiceStub任何文档或资料。

Regards, Albie Morken 问候,阿尔比·莫肯

You can call getDecision operation for this. 您可以为此调用getDecision操作。 Please refer this for a detailed example. 请参考示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM