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

coheigea pushed a change to branch coheigea/saml-refactor-new
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


    from 41a821306 Moving WSSecSignature to common
     new a3d442a07 Moving SignatureTrustValidator to common
     new 401901308 Moving SamlAssertionValidator into SAML module

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:
 .../apache/wss4j/common}/dom/validate/SignatureTrustValidator.java   | 4 +---
 .../src/main/java/org/apache/wss4j/dom/saml/WSSecSignatureSAML.java  | 5 +++--
 .../META-INF/services/org.apache.wss4j.common.dom.validate.Validator | 3 +--
 .../org/apache/wss4j/dom/common/CustomSamlAssertionValidator.java    | 2 +-
 .../src/test/java/org/apache/wss4j/dom/message/ReplayTest.java       | 2 +-
 .../src/test/java/org/apache/wss4j/dom/saml/SamlTokenTest.java       | 2 +-
 .../apache/wss4j/common/saml}/validate/SamlAssertionValidator.java   | 3 ++-
 .../META-INF/services/org.apache.wss4j.common.dom.validate.Validator | 1 +
 8 files changed, 11 insertions(+), 11 deletions(-)
 rename {ws-security-dom/src/main/java/org/apache/wss4j => 
ws-security-common/src/main/java/org/apache/wss4j/common}/dom/validate/SignatureTrustValidator.java
 (97%)
 rename {ws-security-dom/src/main/java/org/apache/wss4j/dom => 
ws-security-saml/src/main/java/org/apache/wss4j/common/saml}/validate/SamlAssertionValidator.java
 (99%)
 create mode 100644 
ws-security-saml/src/main/resources/META-INF/services/org.apache.wss4j.common.dom.validate.Validator

Reply via email to