在 BPEL 中获取经过身份验证的用户

发布于 2024-10-01 09:25:12 字数 173 浏览 5 评论 0原文

我正在使用 Oracle SOA 和 BPEL,并且设置了调用启动 BPEL 流程的 Web 服务的身份验证要求。

我想做的是让经过身份验证的用户进入 BPEL 流程。我想以某种方式将调用用户存储在进程历史记录中。我已经检查了是否有任何明显的方法可以做到这一点,所以我想知道是否有任何非显而易见的方法可以做到这一点。

I'm using Oracle SOA and BPEL and I have setup an authentication requirement for calling a webservice which starts off a BPEL process.

What I'm trying to do is get the authenticated user inside the BPEL process. I'd like to store the calling user in the Processes history in some way. I've checked for any obvious ways to do this, so I'm wondering if there are any non-obvious ways to do this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半岛未凉 2024-10-08 09:25:12

您将需要使用 OWSM 策略。这可以通过在composite.xml 设计视图中右键单击服务来完成。然后选择配置WS策略->对于请求。

Service WS Policies

有关详细信息,请查看:http://docs.oracle.com/cd/E28280_01/dev.1111/e10224/sca_policy.htm#CHDHAJIH

You will want to use the OWSM policies. This can be done by right clicking on the Service from the composite.xml design view. Then select Configure WS Policies -> For Request.

Service WS Policies

For more information check out: http://docs.oracle.com/cd/E28280_01/dev.1111/e10224/sca_policy.htm#CHDHAJIH

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文