Commit Graph

24 Commits

Author SHA1 Message Date
Alexandru-Constantin Bledea
2398d6c648 SWS-989 - Skip validation if validation actions is empty or NO_SECURITY 2017-07-10 13:39:40 -05:00
Uxio
420e795607 SWS-948 Fix typo (duplicated the) 2016-02-11 14:28:44 -06:00
Greg Turnquist
346a53da29 SWS-890 Make WSSecurityEngine injectable to Wss4jSecurityInterceptor 2016-02-09 09:34:58 -06:00
Greg Turnquist
2906b1af5c SWS-945 Deprecate wss4j module
* Allow warnings through (don't break the build).
2016-02-09 08:19:45 -06:00
Arjen Poutsma
f9de2577a0 SWS-943 Upgraded from WSS4J 2.0 to 2.1 2016-02-03 11:38:20 -06:00
Jamin Hitchcock
f6f11b09d1 SWS-886 Update to WSS4J 2.0.x / XMLSec 2.0.x 2016-02-02 13:24:30 -06:00
Philippe Marschall
35f3fb9102 SWS-919 Remove unused code
The project contains some code that can never be executed and can be
removed safely.

This change removes:

 * XwsSecurityInterceptor#verifyInboundMessage
 * DaoX509AuthoritiesPopulator#logger

Issue: SWS-919
https://jira.spring.io/browse/SWS-919
2015-10-19 14:16:37 -05:00
Greg Turnquist
b040abb66d Merge branch 'SWS-920' of https://github.com/marschall/spring-ws into marschall-SWS-920 2015-10-19 14:08:24 -05:00
Philippe Marschall
80bd84594e SWS-920 Fix javadoc warnings
Javadoc generation produces various warnings resulting in suboptimal
output.

This patch includes:

 * fix markup
 * fix broken references
 * fix links to external documentation
 * fix wrong javadoc

Issue: SWS-920
https://jira.spring.io/browse/SWS-920
2015-10-03 16:43:56 +02:00
Philippe Marschall
de1e640dc3 SWS-918 Fix compiler warnings
The project contains various easy to fix compiler warnings like unused
imports, raw types and no longer needed @SuppressWarnings("unchecked").

This change removes:

 * unused imports
 * raw types
 * no longer needed @SuppressWarnings("unchecked")

Issue: SWS-918
https://jira.spring.io/browse/SWS-918
2015-10-03 13:20:34 +02:00
Andy Wilkinson
40c85c48de SWS-907 - Become compatible with Spring Security 4
Spring Security 4.0 removed a number of APIs that were deprecated in
3.x. This commit updates SpringSecurityUtils to avoid using those
APIs. This makes it compatible with Spring Security 4.0 while also
retaining compatibility with Spring Security 3.2.x.

Also, upgrade to Spring Security 3.2.7.RELEASE as the latest point release.
2015-07-08 11:59:22 -05:00
Arjen Poutsma
7d64bebd19 Converted spaces to tabs
This commit changes leading spaces in all Java source files to tabs, to
be consistent with other Spring projects.
2015-03-18 09:54:51 +01:00
Greg Turnquist
4ce9e67161 SWS-884: Optionally keep security header inside Wss4jSecurityInterceptor 2015-02-18 15:20:04 -06: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