You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2019/10/31 14:37:37 UTC

[ws-wss4j] annotated tag wss4j-2.0.1 created (now 74608b5)

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

dkulp pushed a change to annotated tag wss4j-2.0.1
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git.


      at 74608b5  (tag)
 tagging 82dd420c962b67491491eed4ec3bbdf6de0846bc (commit)
      by Colm O hEigeartaigh
      on Fri Jul 4 10:18:11 2014 +0000

- Log -----------------------------------------------------------------
[maven-release-plugin]  copy for tag wss4j-2.0.1
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new a4bdd47  [maven-release-plugin]  copy for tag wss4j-2.0.1
     new 82dd420  [maven-release-plugin]  copy for tag wss4j-2.0.1

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.



[ws-wss4j] 01/02: [maven-release-plugin] copy for tag wss4j-2.0.1

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to annotated tag wss4j-2.0.1
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit a4bdd47b41f7de35014af6e734b5782e97dc5378
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jul 2 15:21:43 2014 +0000

    [maven-release-plugin]  copy for tag wss4j-2.0.1


[ws-wss4j] 02/02: [maven-release-plugin] copy for tag wss4j-2.0.1

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to annotated tag wss4j-2.0.1
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit 82dd420c962b67491491eed4ec3bbdf6de0846bc
Merge: a4bdd47 caf58a2
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Jul 4 10:18:11 2014 +0000

    [maven-release-plugin]  copy for tag wss4j-2.0.1

 .../wss4j/common/cache/EHCacheReplayCache.java     |  38 ++++-
 .../wss4j/policy/stax/DummyPolicyAsserter.java     |  46 +++++++
 .../apache/wss4j/policy/stax/PolicyAsserter.java   |  38 +++++
 .../apache/wss4j/policy/stax/PolicyEnforcer.java   | 153 ++++++++++++++-------
 .../AlgorithmSuiteAssertionState.java              |  52 ++++++-
 .../ContentEncryptedElementsAssertionState.java    |  20 ++-
 .../EncryptedElementsAssertionState.java           |  19 ++-
 .../EncryptedPartsAssertionState.java              |  22 ++-
 .../assertionStates/HttpsTokenAssertionState.java  |  31 ++++-
 .../IncludeTimeStampAssertionState.java            |  24 +++-
 .../assertionStates/IssuedTokenAssertionState.java |   6 +-
 .../KerberosTokenAssertionState.java               |  43 +++++-
 .../KeyValueTokenAssertionState.java               |  32 ++++-
 ...OnlySignEntireHeadersAndBodyAssertionState.java |  29 +++-
 .../ProtectionOrderAssertionState.java             |  39 +++++-
 .../assertionStates/RelTokenAssertionState.java    |   8 +-
 .../RequiredElementsAssertionState.java            |  20 ++-
 .../RequiredPartsAssertionState.java               |  20 ++-
 .../assertionStates/SamlTokenAssertionState.java   |  48 ++++++-
 .../SecureConversationTokenAssertionState.java     |   6 +-
 .../SecurityContextTokenAssertionState.java        |  46 ++++++-
 .../SignatureConfirmationAssertionState.java       |  25 +++-
 .../SignatureProtectionAssertionState.java         |  26 +++-
 .../SignedElementsAssertionState.java              |  19 ++-
 .../assertionStates/SignedPartsAssertionState.java |  23 +++-
 .../SpnegoContextTokenAssertionState.java          |   9 +-
 .../stax/assertionStates/TokenAssertionState.java  |  35 +++++
 .../TokenProtectionAssertionState.java             |  30 +++-
 .../UsernameTokenAssertionState.java               |  77 +++++++++--
 .../assertionStates/X509TokenAssertionState.java   |  95 ++++++++++---
 30 files changed, 950 insertions(+), 129 deletions(-)