快速业务通道

Java Web服务: WS-Security的细粒度使用 - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-19
uot;http://ws.apache.org/rampart/policy">      <ramp:user>serverkey</ramp:user>      <ramp:passwordCallbackClass       >com.sosnoski.ws.library.adb.PWCBHandler</ramp:passwordCallbackClass>      <ramp:signatureCrypto>       <ramp:crypto provider="org.apache.ws.security.components.crypto.Merlin">        <ramp:property name="org.apache.ws.security.crypto.merlin.keystore.type"         >JKS</ramp:property>        <ramp:property name="org.apache.ws.security.crypto.merlin.file"         >server.keystore</ramp:property>        <ramp:property         name="org.apache.ws.security.crypto.merlin.keystore.password"         >nosecret</ramp:property>       </ramp:crypto>      </ramp:signatureCrypto>     </ramp:RampartConfig>    </wsp:All>   </wsp:ExactlyOne> </wsp:Policy>

Ant build.xml 使用了一个 PolicyTool 程序(包含在代码下载中)将 清单 4 中的策略(即下载中的 rampart-client-policy.xml,位于根目录)合并到 services.xml。修改过的 services.xml 如 清单 5 所示(针对宽度和长度进行了编辑):

清单 5. 合并后的 services.xml<serviceGroup>   <service name="library-granular">    <messageReceivers>     <messageReceiver class=      "com.sosnoski.ws.library.adb.LibraryGranularMessageReceiverInOut"      mep="http://www.w3.org/ns/wsdl/in-out"/>    </messageReceivers>    <parameter name="ServiceClass"     >com.sosnoski.ws.library.adb.LibraryGranularImpl</parameter>    <parameter name="useOriginalwsdl">true</parameter>    <parameter name="modifyUserWSDLPortAddress">true</parameter>    <operation mep="http://www.w3.org/ns/wsdl/in-out" name="getBook"     namespace="http://ws.sosnoski.com/library/wsdl">     <actionMapping>urn:getBook</actionMapping>     <outputActionMapping>.../getBookResponse</outputActionMapping>    </operation>    <operation mep="http://www.w3.org/ns/wsdl/in-out" name="getBooksByType"     namespace="http://ws.sosnoski.com/library/wsdl">     <actionMapping>urn:getBooksByType</actionMapping>     <outputActionMapping>.../getBooksByTypeResponse</outputActionMapping> <module ref="rampart"/> <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu=    "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">   <wsp:ExactlyOne>   <wsp:All>    <ramp:RampartConfig xmlns:ramp="http://ws.apache.org/rampart/policy">    <ramp:user>serverkey</ramp:user>    ...    </ramp:RampartConfi

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号