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 0823c20a7 Moving WSInboundSecurityContext to StAX API module
     new 98ac9ab82 Adding new ws-security-stax-saml module and making the 
output processor pluggable
     new de1679d85 Fixing policy tests

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:
 .../wss4j/api/stax/ext/WSSSecurityProperties.java  | 52 ++++++++++++++++++++++
 .../WSSSignatureEndingOutputProcessor.java         |  6 +--
 .../processor}/WSSSignatureOutputProcessor.java    |  7 ++-
 ws-security-policy-stax/pom.xml                    |  6 +++
 .../pom.xml                                        | 43 ++++++------------
 .../processor/output/SAMLTokenOutputProcessor.java | 16 +++++--
 ...rg.apache.xml.security.stax.ext.OutputProcessor |  1 +
 ws-security-stax/pom.xml                           |  7 +++
 .../output/BinarySecurityTokenOutputProcessor.java |  1 +
 .../output/CustomTokenOutputProcessor.java         |  1 +
 .../output/EncryptedKeyOutputProcessor.java        |  1 +
 .../SecurityContextTokenOutputProcessor.java       |  1 +
 .../SignatureConfirmationOutputProcessor.java      |  1 +
 .../processor/output/TimestampOutputProcessor.java |  1 +
 .../output/UsernameTokenOutputProcessor.java       |  3 ++
 .../org/apache/wss4j/stax/setup/OutboundWSSec.java |  8 ++--
 16 files changed, 109 insertions(+), 46 deletions(-)
 rename 
{ws-security-stax/src/main/java/org/apache/wss4j/stax/impl/processor/output => 
ws-security-api-stax/src/main/java/org/apache/wss4j/api/stax/processor}/WSSSignatureEndingOutputProcessor.java
 (98%)
 rename 
{ws-security-stax/src/main/java/org/apache/wss4j/stax/impl/processor/output => 
ws-security-api-stax/src/main/java/org/apache/wss4j/api/stax/processor}/WSSSignatureOutputProcessor.java
 (98%)
 copy {ws-security-api-dom => ws-security-stax-saml}/pom.xml (75%)
 rename {ws-security-stax/src/main/java/org/apache/wss4j/stax => 
ws-security-stax-saml/src/main/java/org/apache/wss4j/stax/saml}/impl/processor/output/SAMLTokenOutputProcessor.java
 (97%)
 create mode 100644 
ws-security-stax-saml/src/main/resources/META-INF/services/org.apache.xml.security.stax.ext.OutputProcessor

Reply via email to