- Timestamp:
- 04/08/08 15:32:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/java/axis2/xmlBeansSample04/conf/axis2.xml
r3585 r4084 19 19 20 20 <module ref="rampart" /> 21 22 <module ref="rampart" />23 21 24 22 <parameter name="OutflowSecurity"> … … 27 25 <user>client</user> 28 26 <signaturePropFile>client.properties</signaturePropFile> 29 <passwordCallbackClass> org.apache.rampart.samples.sample04.PWCBHandler</passwordCallbackClass>27 <passwordCallbackClass>wssecurity.test.security.ndg.PWCBHandler</passwordCallbackClass> 30 28 <signatureKeyIdentifier>DirectReference</signatureKeyIdentifier> 29 <signatureParts>{Element}{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Timestamp;{Element}{http://schemas.xmlsoap.org/soap/envelope/}Body;</signatureParts> 31 30 </action> 32 31 </parameter> … … 34 33 <parameter name="InflowSecurity"> 35 34 <action> 36 <items> Timestamp Signature</items>35 <items>Signature Timestamp</items> 37 36 <signaturePropFile>client.properties</signaturePropFile> 37 <passwordCallbackClass>wssecurity.test.security.ndg.PWCBHandler</passwordCallbackClass> 38 38 </action> 39 39 </parameter> … … 148 148 class="org.apache.axis2.transport.http.CommonsHTTPTransportSender"> 149 149 <parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter> 150 <!-- 150 151 <parameter name="Transfer-Encoding" locked="false">chunked</parameter> 152 --> 151 153 </transportSender> 152 154 <transportSender name="https"
Note: See TracChangeset
for help on using the changeset viewer.