This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from 49c238f0e74 Bump org.codehaus.mojo:build-helper-maven-plugin from 
3.6.1 to 3.6.2 (#3490)
     new ad0e069b61a Adding a more secure way of caching tokens in the STS 
(#3497)
     new 6167b4bb755 Adding a new pop switch for the X509TokenValidator in the 
STS (#3498)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ws/security/tokenstore/TokenStoreUtils.java    | 150 +++++++++++++++++++
 .../cxf/ws/security/trust/STSTokenValidator.java   |  31 ++--
 .../security/tokenstore/TokenStoreUtilsTest.java   | 162 +++++++++++++++++++++
 .../java/org/apache/cxf/sts/cache/CacheUtils.java  |  22 ++-
 .../cxf/sts/token/provider/SAMLTokenProvider.java  |   2 +-
 .../cxf/sts/token/renewer/SAMLTokenRenewer.java    |  62 +++++++-
 .../sts/token/validator/SAMLTokenValidator.java    |  15 +-
 .../token/validator/UsernameTokenValidator.java    |  12 +-
 .../sts/token/validator/X509TokenValidator.java    | 117 ++++++++++++++-
 .../sts/operation/ValidateX509TokenUnitTest.java   |  97 ++++++++++++
 .../token/validator/X509TokenValidatorTest.java    |  39 +++++
 .../CustomUsernameTokenProvider.java               |   5 +-
 12 files changed, 661 insertions(+), 53 deletions(-)
 create mode 100644 
rt/ws/security/src/test/java/org/apache/cxf/ws/security/tokenstore/TokenStoreUtilsTest.java

Reply via email to