我想知道Rampart接受什么样的安全参数。目前我在services.xml中使用此代码段:
<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>
除了时间戳,签名和加密之外,我还想知道还有哪些其他选项。网上某处有完整的清单吗?文档可能吗?