File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2 Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 144
144
<stax .version>2.1.0</stax .version>
145
145
<woodstox .version>6.5.1</woodstox .version>
146
146
<wsdl4j .version>1.6.3</wsdl4j .version>
147
- <wss4j .version>2.4 .3</wss4j .version>
147
+ <wss4j .version>3.0 .3</wss4j .version>
148
148
<wss4j-next .version>3.0.0</wss4j-next .version>
149
149
<xmlsec .version>3.0.4</xmlsec .version>
150
150
<xml-schema-core .version>2.3.1</xml-schema-core .version>
Original file line number Diff line number Diff line change 145
145
* @author Rob Leland
146
146
* @author Lars Uffmann
147
147
* @author Andreas Winter
148
- * @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0</a>
148
+ * @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0+ </a>
149
149
* @since 2.3.0
150
150
*/
151
151
public class Wss4jSecurityInterceptor extends AbstractWsSecurityInterceptor implements InitializingBean {
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< body >
3
- Contains < code > CallbackHandler</ code > implementations for WSS4J 2.0.
3
+ Contains < code > CallbackHandler</ code > implementations for WSS4J 2.0+ .
4
4
</ body >
5
5
</ html >
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< body >
3
- Contains classes for using the < a href ="http://ws.apache.org/wss4j/ "> Apache WSS4J 2.0</ a > WS-Security implementation
3
+ Contains classes for using the < a href ="http://ws.apache.org/wss4j/ "> Apache WSS4J 2.0+ </ a > WS-Security implementation
4
4
within
5
5
Spring-WS.
6
6
</ body >
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< body >
3
- Contains support classes for working with WSS4J 2.0.
3
+ Contains support classes for working with WSS4J 2.0+ .
4
4
</ body >
5
5
</ html >
You can’t perform that action at this time.
0 commit comments