[java-opensaml] branch master updated (2ea39b4 -> 873e0ec)
Brent Putman
putmanb at georgetown.edu
Sat Feb 1 00:32:08 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 2ea39b4 Javadoc fixes.
new d9f3d26 Update SAMLPeerEntityContext to process SAML 2 Response Assertions.
new 3ad50ca Update SAMLMetadataLookupHandler to support copy from existing context.
new bf7eed8 Rework how some lookup code works.
new 873e0ec Add missing param Javadocs to SAML 2 Assertion validator.
The 4 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:
.../context/navigate/MessageContextLookup.java | 104 ++++++++++++++
.../context/navigate/MessageContextLookupTest.java | 94 +++++++++++++
.../messaging/context/SAMLMessageInfoContext.java | 1 +
.../messaging/context/SAMLPeerEntityContext.java | 75 ++++++++--
...okupFunction.java => SAMLEntityIDFunction.java} | 20 +--
.../saml2/assertion/SAML20AssertionValidator.java | 13 +-
.../binding/impl/SAMLMetadataLookupHandler.java | 114 ++++++++++++++--
.../impl/MessageContextEntityIDLookup.java | 139 -------------------
.../DefaultAssertionValidationContextBuilder.java | 48 ++++---
.../impl/SAMLMetadataLookupHandlerTest.java | 152 +++++++++++++++++++++
.../impl/MessageContextEntityIDLookupTest.java | 91 ------------
11 files changed, 563 insertions(+), 288 deletions(-)
create mode 100644 opensaml-messaging-api/src/main/java/org/opensaml/messaging/context/navigate/MessageContextLookup.java
create mode 100644 opensaml-messaging-api/src/test/java/org/opensaml/messaging/context/navigate/MessageContextLookupTest.java
copy opensaml-saml-api/src/main/java/org/opensaml/saml/common/messaging/context/navigate/{EntityDescriptorLookupFunction.java => SAMLEntityIDFunction.java} (67%)
delete mode 100644 opensaml-saml-impl/src/main/java/org/opensaml/saml/common/binding/security/impl/MessageContextEntityIDLookup.java
delete 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