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

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


    from 313b5a8  Fixing systests CachingTest
     new 543b8b0  Ported SAML SSO TokenReplayCache
     new 12af116  Removing persistence configuration from the TokenStore, where 
it's not required

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:
 rt/rs/security/sso/saml/pom.xml                    |   8 +-
 .../AbstractRequestAssertionConsumerHandler.java   |   4 +-
 .../security/saml/sso/EHCacheTokenReplayCache.java | 167 +++++++++------------
 .../saml/sso/SAMLSSOResponseValidator.java         |   7 +-
 .../cxf/rs/security/saml/sso/TokenReplayCache.java |   5 +-
 .../saml/src/main/resources/cxf-samlp-ehcache.xml  |  23 ++-
 .../cxf/rs/security/saml/sso/EHCacheUtilTest.java  |  59 --------
 .../rs/security/saml/sso/TokenReplayCacheTest.java | 108 +++++++++++++
 .../saml/src/test/resources/cxf-test-ehcache.xml   |   5 -
 .../ws/security/tokenstore/EHCacheTokenStore.java  |   9 +-
 10 files changed, 217 insertions(+), 178 deletions(-)
 delete mode 100644 
rt/rs/security/sso/saml/src/test/java/org/apache/cxf/rs/security/saml/sso/EHCacheUtilTest.java
 create mode 100644 
rt/rs/security/sso/saml/src/test/java/org/apache/cxf/rs/security/saml/sso/TokenReplayCacheTest.java
 delete mode 100644 
rt/rs/security/sso/saml/src/test/resources/cxf-test-ehcache.xml

Reply via email to