[java-identity-provider] branch main updated (acfc58d2d -> 6b8fedb92)

Rod Widdowson rdw at steadingsoftware.com
Tue Mar 7 14:34:39 UTC 2023


This is an automated email from the git hooks/post-receive script.

rdw pushed a change to branch main
in repository java-identity-provider.

    from acfc58d2d Factor out RelyingPartyConfiguration into interface.
     new baaa70e01 IDP-2069 Null handling
     new 6b8fedb92 IDP-2069 Null handling

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:
 ...ferFileSystemApplicationContextInitializer.java |   2 +-
 .../idp/test/PreferFileSystemContextLoader.java    |   6 +-
 ...stEnvironmentApplicationContextInitializer.java |   3 +-
 .../idp/test/flows/AbstractFlowTest.java           |  39 ++--
 .../idp/test/flows/SetupForResolver.java           |   2 +-
 .../shibboleth/idp/test/flows/c14n/TestC14N.java   |  11 +-
 .../test/flows/c14n/actions/SetupForSAML1C14N.java |   5 +-
 .../test/flows/c14n/actions/SetupForSAML2C14N.java |   9 +-
 .../idp/test/flows/c14n/actions/TestAfterC14N.java |   3 +-
 .../idp/test/flows/cas/LoginFlowTest.java          |  50 +++--
 .../idp/test/flows/cas/ProxyValidateFlowTest.java  |   4 +-
 .../idp/test/flows/cas/SamlValidateFlowTest.java   |  17 +-
 .../test/flows/cas/ServiceValidateFlowTest.java    |  52 +++--
 .../idp/test/flows/cas/ValidateFlowTest.java       |   8 +-
 .../idp/test/flows/exception/ThrowException.java   |   6 +-
 .../test/flows/interceptor/InterceptFlowTest.java  |  17 +-
 .../idp/test/flows/mapper/SpoofSAMLMessage.java    |   5 +-
 .../idp/test/flows/mapper/TestAfterFilter.java     |   4 +-
 .../test/flows/saml1/AbstractSAML1FlowTest.java    |  18 +-
 .../flows/saml1/SAML1AttributeQueryFlowTest.java   |  39 ++--
 .../flows/saml1/SAML1TestResponseValidator.java    |  56 ++---
 .../test/flows/saml2/AbstractSAML2FlowTest.java    |  13 +-
 .../test/flows/saml2/AbstractSAML2SSOFlowTest.java |  62 +++---
 .../flows/saml2/SAML2AttributeQueryFlowTest.java   |  55 +++--
 .../idp/test/flows/saml2/SAML2ECPSSOFlowTest.java  |   1 +
 .../idp/test/flows/saml2/SAML2POSTSSOFlowTest.java |   1 +
 .../saml2/SAML2POSTSimpleSignSSOFlowTest.java      |   1 +
 .../test/flows/saml2/SAML2RedirectSSOFlowTest.java |   1 +
 .../flows/saml2/SAML2TestResponseValidator.java    |  69 +++---
 .../SAML2TestStatusResponseTypeValidator.java      |   5 +-
 .../impl/tests/FinalizeAuthenticationTest.java     |  75 ++++---
 .../profile/impl/tests/FilterAttributesTest.java   |  45 ++--
 .../profile/impl/tests/ResolveAttributesTest.java  |  25 ++-
 .../RelyingPartyConfigurationResolverTest.java     |   9 +-
 ...uteSourcedSAML1NameIdentifierGeneratorTest.java | 112 +++++++---
 .../AttributeSourcedSAML2NameIDGeneratorTest.java  | 113 ++++++----
 .../impl/CryptoTransientNameIDDecoderTest.java     |   9 +-
 .../CryptoTransientNameIdentifierDecoderTest.java  |  10 +-
 ...oTransientSAML1NameIdentifierGeneratorTest.java |  22 +-
 .../CryptoTransientSAML2NameIDGeneratorTest.java   |  21 +-
 .../nameid/impl/NameIDCanonicalizationTest.java    |  12 +-
 .../impl/NameIdentifierCanonicalizationTest.java   |  12 +-
 .../impl/PersistentSAML2NameIDGeneratorTest.java   |  66 ++++--
 .../nameid/impl/StoredPersistentIdDecoderTest.java |  34 +--
 ...dTransientSAML1NameIdentifierGeneratorTest.java |  25 ++-
 .../StoredTransientSAML2NameIDGeneratorTest.java   |  22 +-
 .../idp/saml/nameid/impl/TransientDecoderTest.java |   8 +-
 .../DefaultNameIdentifierFormatStrategyTest.java   |  13 +-
 .../impl/ExtractSubjectFromRequestTest.java        |  35 ++-
 .../FinalizeSAMLSubjectCanonicalizationTest.java   |   4 +-
 .../impl/InitializeAuthenticationContextTest.java  |  50 +++--
 ...itializeOutboundMessageContextForErrorTest.java |  56 +++--
 .../impl/InitializeOutboundMessageContextTest.java |  33 ++-
 ...tializeRelyingPartyContextFromSAMLPeerTest.java |   7 +-
 .../PopulateBindingAndEndpointContextsTest.java    | 248 ++++++++++++++-------
 .../impl/AddAttributeStatementToAssertionTest.java |  70 ++++--
 .../AddAuthenticationStatementToAssertionTest.java |  44 +++-
 .../FilterByQueriedAttributeDesignatorsTest.java   |   8 +-
 .../IdPInitiatedSSORequestMessageDecoderTest.java  |  10 +-
 .../saml1/profile/impl/SAML1ActionSupportTest.java |  25 ++-
 .../tests/ProxyRestrictionLookupFunctionTest.java  |  38 +++-
 .../impl/AddAttributeStatementToAssertionTest.java |  57 +++--
 .../saml2/profile/impl/AddAuthnRequestTest.java    | 159 ++++++++-----
 .../impl/AddAuthnStatementToAssertionTest.java     |  69 ++++--
 .../impl/EnforceDisallowedSSOFeaturesTest.java     |  33 ++-
 .../impl/FilterByQueriedAttributesTest.java        |   8 +-
 .../IdPInitiatedSSORequestMessageDecoderTest.java  |  10 +-
 .../impl/PopulateEncryptionParametersTest.java     |  39 ++--
 .../profile/impl/PreProcessLogoutMessageTest.java  |  25 ++-
 .../ProcessAssertionsForAuthenticationTest.java    |  25 ++-
 .../profile/impl/ProcessLogoutRequestTest.java     | 196 ++++++++++------
 .../impl/ProcessRequestedAuthnContextTest.java     | 103 ++++++---
 .../saml2/profile/impl/SAML2ActionSupportTest.java |  19 +-
 .../profile/impl/SessionManagerBaseTestCase.java   |   8 +-
 .../impl/PrepareInboundMessageContextTest.java     |  23 +-
 75 files changed, 1710 insertions(+), 889 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list