Commit Graph

63 Commits

Author SHA1 Message Date
Greg Turnquist
4ce9e67161 SWS-884: Optionally keep security header inside Wss4jSecurityInterceptor 2015-02-18 15:20:04 -06:00
Arjen Poutsma
15db9b7858 Removed template.mf files
Removed template.mf files, as they are no longer used.
2014-05-01 09:16:39 +02:00
Arjen Poutsma
195a625d48 Added SAMLIssuer property
Added SAMLIssuer property to Wss4jSecurityInterceptor.

Issue: SWS-856
2014-04-25 14:38:19 +02:00
Arjen Poutsma
1a5416d84c Upgraded to WSS4J 1.6.15 2014-04-25 12:05:44 +02:00
Arjen Poutsma
12a10a34f1 Bumped up compile warnings
Bumped up the compiler warning to errors.
2014-04-24 14:22:39 +02:00
Arjen Poutsma
bbc6bf5f60 Fixing javadoc 2014-04-16 17:30:39 +02:00
Arjen Poutsma
124675ba78 Fixed build under JDK 1.8
Spring-WS can now be built under JDK 1.8 (and only JDK 1.8).
2014-04-15 15:55:13 +02:00
Arjen Poutsma
da629278e6 Added @Override annotation to interface implementations 2014-04-14 16:08:00 +02:00
Arjen Poutsma
9f4e2937c8 Introduce TrustManagersFactoryBean
Introduced TrustManagersFactoryBean for easy configuration of
TrustManager instances in Spring XML.

Issue: SWS-731
2014-03-19 12:34:27 +01:00
Arjen Poutsma
ac030c2ff3 Added afterCompletion to ClientInterceptor
Added the afterCompletion hook to ClientInterceptor, similar to the
existing one in EndpointInterceptor.

Issue: SWS-778
2014-03-18 15:49:49 +01:00
Arjen Poutsma
6620b1a39d Configurable PKIXBuilderParameters for XWSS
Allow customization of the PKIXBuilderParameters by having a factory
method for it. Also added a revocationEnabled flag, defaulting to false.

Issue: SWS-853
2014-02-03 11:55:05 +01:00
Arjen Poutsma
84a52e2bd5 Make future time to live configurable
Added timeToLive property to the Wss4jSecurityInterceptor.

Issue: SWS-862
2014-02-03 11:04:40 +01:00
Arjen Poutsma
843ca6d2ef Migrated to Gradle build
This commit migrates from a Maven-based build system to a Gradle-based
one. Changes include:

- Removed archetype & parent
- Renamed core, support, test, security and xml directories to
  spring-ws-core, spring-ws-test, spring-ws-security, spring-xml
  respectively.
- Moved samples to separate project
  (https://github.com/spring-projects/spring-ws-samples)
2013-11-25 10:57:26 +01:00