This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
from 206965aa RAMPART-448 NullPointerException in RampartUtil.setKeyIdentifierType() when signing response new a41a08e0 RAMPART-205, RAMPART-361, RAMPART-432, RAMPART-435 Add some customization to WSS4J RequestData via optional parameters in Options and RampartConfig new 5136d7b5 RAMPART-205, RAMPART-361, RAMPART-432, RAMPART-435 Add some customization to WSS4J RequestData via optional parameters in Options and RampartConfig 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: .../java/org/apache/rampart/RampartEngine.java | 39 +++-- .../org/apache/rampart/RampartMessageData.java | 30 +++- .../rampart/handler/CertificateValidator.java | 40 ++++- .../policy/builders/RampartConfigBuilder.java | 55 +++++++ .../apache/rampart/policy/model/RampartConfig.java | 181 +++++++++++++++++++-- .../apache/rampart/saml/SAML1AssertionHandler.java | 4 +- .../apache/rampart/saml/SAML2AssertionHandler.java | 5 +- .../apache/rampart/saml/SAMLAssertionHandler.java | 7 +- .../policy/builders/KerberosConfigBuilderTest.java | 2 +- .../rampart/policy/builders/kerberosConfig.policy | 12 +- .../main/java/org/apache/rahas/RahasConstants.java | 19 ++- .../java/org/apache/rahas/client/STSClient.java | 60 ++++++- .../org/apache/rahas/impl/util/CommonUtil.java | 40 ++++- .../org/apache/rahas/impl/util/SAML2Utils.java | 11 +- .../org/apache/rahas/impl/util/CommonUtilTest.java | 3 +- 15 files changed, 445 insertions(+), 63 deletions(-)