[java-opensaml] branch master updated (bb67fe5 -> bca1841)
Brent Putman
putmanb at georgetown.edu
Thu Jan 30 02:17:25 EST 2020
This is an automated email from the git hooks/post-receive script.
putmanb pushed a change to branch master
in repository java-opensaml.
from bb67fe5 Update postgresql (test) to 42.2.9.jre7
new f2cc326 By default don't include self entityID as valid Recipient ...
new eae2cdd Support additional Audience values for SAML 2 Assertion validation
new eae06fc Support optional eval of message signed state by presence of Signature.
new bfc5985 Support SubjectConfirmation InResponseTo in Assertion validation.
new 44ac147 Support additional required checks over SubjectConfirmationData.
new 46cdae4 Switch to TreeMap for context builder so toString() sorted by keys.
new c6f0deb Add missing method on SAML 2 Conditions. Fix SAML 1 Conditions impl.
new b0d6111 Support required Conditions during SAML 2 Assertion validation.
new fcefeca Add a new general purpose configurable SAML entityID lookup function.
new 259899a Enhance SAML 2 Assertion validator to validate Issuer.
new bca1841 Refactor for Checkstyle MethodLength.
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../saml/common/binding/SAMLBindingSupport.java | 36 +-
.../logic/InboundMessageSignedPredicate.java | 14 +-
.../saml2/assertion/SAML20AssertionValidator.java | 115 +++++
.../SAML2AssertionValidationParameters.java | 49 ++
.../org/opensaml/saml/saml2/core/Conditions.java | 8 +
.../impl/MessageContextEntityIDLookup.java | 139 ++++++
.../saml/saml1/core/impl/ConditionsImpl.java | 5 +-
.../impl/AbstractSubjectConfirmationValidator.java | 251 ++++++++++-
.../saml/saml2/core/impl/ConditionsImpl.java | 6 +
.../DefaultAssertionValidationContextBuilder.java | 500 ++++++++++++++++++++-
.../impl/MessageContextEntityIDLookupTest.java | 91 ++++
.../assertion/BaseAssertionValidationTest.java | 7 +
.../assertion/SAML20AssertionValidatorTest.java | 165 ++++++-
.../AbstractSubjectConfirmationValidatorTest.java | 164 +++++++
14 files changed, 1506 insertions(+), 44 deletions(-)
create mode 100644 opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/security/impl/MessageContextEntityIDLookup.java
create mode 100644 opensaml-saml-impl/src/test/java/org/opensaml/saml/common/binding/security/impl/MessageContextEntityIDLookupTest.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list