如何在 Axis2 JAX-WS 服务(提供商端)中启用 WS-Security (Rampart)?

发布于 2024-10-21 18:34:34 字数 102 浏览 2 评论 0原文

在 Axis2 中部署 JAX-WS 服务时是否可以指定安全策略断言?到目前为止,我只找到一种方法,即全局配置策略(即在 axis2.xml 中)。但它可以在 JAXWS JAR 中完成吗?

Is it possible to specify security policy assertions when deploying a JAX-WS service in Axis2? So far I found only one way which is to configure policy globally (i.e. in axis2.xml). But can it be done inside a JAXWS JAR?

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

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

发布评论

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

评论(2

不回头走下去 2024-10-28 18:34:34

根据 Rampart 文档

所有 Rampart 构建器都列在 META-INF/services/org.apache.neethi.builders.AssertionBuilder 文件中。添加新的策略断言时,只需要一个构建器、断言模型和文件中的一个条目。

它明确命名了一种基于 JAR 的定位方法,该方法似乎适合您正在寻找的内容。

According to the Rampart documentation,

All Rampart builders are listed in the META-INF/services/org.apache.neethi.builders.AssertionBuilder file. When adding a new Policy assertion it requires only a builder, assertion model, and an entry in the file.

and it explicitly names a JAR-based location approach which seems to fit with what you're looking for.

╰沐子 2024-10-28 18:34:34

您可以在特定服务的 service.xml 中添加服务的 WS-Policy 配置。

Rampart 示例展示了其工作原理,请查看此处

You can add WS-Policy configuration for a service in the service.xml for the specific service.

The Rampart samples shows how this works, take a look here.

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