2017-06-12 33 views

回答

0

我們應該提供自定義操作

http://cxf.apache.org/docs/ws-security.html

<constructor-arg> 
      <map> 
       <entry key="action" value="Timestamp Signature 12345"/>    
       <entry key="wss4j.action.map"> 
       <map key-type="java.lang.Integer" value-type="java.lang.Object"> 
         <entry key="12345" value-ref="customSignature"/> 
       </map> 
       </entry> 

,我們應該創建一個類

CustomSignatureAction extends SignatureAction { 

和覆蓋特徵與拳頭簽名

其不同