在 BPEL 中获取经过身份验证的用户
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要使用 OWSM 策略。这可以通过在composite.xml 设计视图中右键单击服务来完成。然后选择配置WS策略->对于请求。
有关详细信息,请查看: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.
For more information check out: http://docs.oracle.com/cd/E28280_01/dev.1111/e10224/sca_policy.htm#CHDHAJIH