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

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


    from e7b9479aaf1 Recording .gitmergeinfo Changes
     new e1d6338aae5 Adding a more secure way of caching tokens in the STS 
(#3497)
     new 2ce8eb03894 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