【问题标题】:Rampart security configuration with Axis2使用 Axis2 的 Rampart 安全配置
【发布时间】:2015-02-01 03:24:54
【问题描述】:

我想知道 Rampart 接受什么样的安全参数。目前我在我的 services.xml 中使用这个 sn-p:

<parameter name="OutflowSecurity">
        <action>
            <items>Timestamp Signature Encrypt</items>
            <passwordCallbackClass>org.sc.ws.PWCBHandler</passwordCallbackClass>
            <signaturePropFile>conf/security.properties</signaturePropFile>
            <encryptionUser>client</encryptionUser>
            <user>client</client>
        </action>
</parameter>

我想知道除了时间戳、签名和加密之外还有哪些其他选项。网上某处有完整的清单吗?可能是文档?

【问题讨论】:

    标签: axis2 ws-security rampart


    【解决方案1】:

    在这里找到它:http://ws.apache.org/wss4j/config.html 查看配置标签下,有一个包含所有标签的列表。

    【讨论】:

      猜你喜欢
      • 2014-01-16
      • 1970-01-01
      • 2011-12-05
      • 2011-07-02
      • 2011-07-27
      • 2015-08-04
      • 1970-01-01
      • 2010-09-24
      • 2013-08-19
      相关资源
      最近更新 更多