[java-identity-provider] branch main updated (cc6efd306 -> 200953745)
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 18 10:49:22 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 cc6efd306 Add missing test deps.
new 0ddc6e5e6 IDP-2069 - Null Handling Task
new 200953745 IDP-2069 - Null Handling Task
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:
...InitializeAdministrativeProfileContextTree.java | 2 +-
.../idp/authn/AbstractValidationAction.java | 10 ++---
.../idp/authn/duo/impl/ValidateDuoAuthAPI.java | 2 +-
.../idp/authn/duo/impl/ValidateDuoWebResponse.java | 2 +-
.../idp/authn/impl/DoLockoutManagerOperation.java | 2 +-
.../idp/authn/impl/ExternalAuthenticationImpl.java | 4 +-
.../idp/authn/impl/ExtractRemoteUser.java | 6 +--
.../idp/authn/impl/ExtractUserAgentAddress.java | 2 +-
.../idp/authn/impl/ExtractUserAgentIdentifier.java | 2 +-
.../impl/ExtractUsernamePasswordFromBasicAuth.java | 2 +-
.../ExtractUsernamePasswordFromFormRequest.java | 2 +-
.../impl/ExtractUsernamePasswordFromWSSToken.java | 2 +-
.../idp/authn/impl/FinalizeAuthentication.java | 2 +-
.../idp/authn/impl/LDAPCredentialValidator.java | 2 +-
.../authn/impl/ValidateExternalAuthentication.java | 2 +-
.../shibboleth/idp/authn/impl/X509AuthServlet.java | 2 +-
.../impl/AttributeRevocationCondition.java | 2 +-
.../revocation/impl/RevocationCacheCondition.java | 2 +-
...ontextDerivedAttributeDefinitionParserTest.java | 4 +-
.../context/impl/SubjectDataConnectorTest.java | 8 ++--
.../SubjectDerivedAttributeValuesFunctionTest.java | 6 +--
...ttributeSourcedSubjectCanonicalizationTest.java | 22 +++++-----
.../DefaultAuthenticationResultSerializerTest.java | 2 +-
.../impl/HTPasswdCredentialValidatorTest.java | 4 +-
.../InitializeRequestedPrincipalContextTest.java | 20 ++++-----
.../authn/impl/JAASCredentialValidatorTest.java | 8 ++--
.../authn/impl/LDAPCredentialValidatorTest.java | 4 +-
...pulateMultiFactorAuthenticationContextTest.java | 2 +-
...PopulateSubjectCanonicalizationContextTest.java | 2 +-
...RelyingPartyMapJAASLoginConfigStrategyTest.java | 2 +-
.../impl/SimpleSubjectCanonicalizationTest.java | 8 ++--
.../StorageBackedAccountLockoutManagerTest.java | 2 +-
.../impl/X500SubjectCanonicalizationTest.java | 18 ++++----
.../spnego/impl/SPNEGOAuthnControllerTest.java | 2 +-
.../idp/cas/flow/impl/TestContextBuilder.java | 4 +-
.../idp/flows/admin/resolvertest-flow.xml | 2 +-
.../idp/test/flows/SetupForResolver.java | 4 +-
.../test/flows/c14n/actions/SetupForSAML1C14N.java | 2 +-
.../test/flows/c14n/actions/SetupForSAML2C14N.java | 2 +-
.../idp/test/flows/c14n/actions/TestAfterC14N.java | 2 +-
.../idp/test/flows/mapper/SpoofSAMLMessage.java | 4 +-
.../test/flows/saml2/AbstractSAML2SSOFlowTest.java | 6 +--
.../impl/AbstractAttributeReleaseActionTest.java | 2 +-
.../impl/AttributeValueLookupFunctionTest.java | 6 +--
.../logic/impl/FlowIdLookupFunctionTest.java | 4 +-
.../idp/profile/AbstractProfileAction.java | 2 +-
.../WebFlowCurrentEventLookupFunction.java | 2 +-
.../impl/InitializeProfileRequestContext.java | 2 +-
.../profile/impl/MetadataQueryRequestDecoder.java | 4 +-
.../idp/profile/impl/ResolveAttributes.java | 2 +-
.../profile/impl/ResolverTestRequestDecoder.java | 2 +-
.../idp/profile/audit/impl/WriteAuditLogTest.java | 4 +-
.../SpringStatusMessageLookupFunctionTest.java | 2 +-
.../profile/impl/ExtractSubjectFromRequest.java | 4 +-
.../impl/InitializeOutboundMessageContext.java | 8 ++--
.../InitializeOutboundMessageContextForError.java | 4 +-
.../impl/PopulateBindingAndEndpointContexts.java | 2 +-
.../PopulateInboundMessageContextWithSAMLSelf.java | 2 +-
.../impl/IdPInitiatedSSORequestMessageDecoder.java | 6 +--
.../impl/IdPInitiatedSSORequestMessageDecoder.java | 2 +-
.../saml/saml2/profile/impl/SOAPLogoutRequest.java | 2 +-
.../profile/impl/ValidateSAMLAuthentication.java | 6 +--
.../session/impl/PrepareInboundMessageContext.java | 2 +-
.../impl/tests/FinalizeAuthenticationTest.java | 24 +++++-----
.../profile/impl/tests/FilterAttributesTest.java | 14 +++---
.../profile/impl/tests/ResolveAttributesTest.java | 10 ++---
...uteSourcedSAML1NameIdentifierGeneratorTest.java | 12 ++---
.../AttributeSourcedSAML2NameIDGeneratorTest.java | 12 ++---
.../impl/CryptoTransientNameIDDecoderTest.java | 4 +-
.../CryptoTransientNameIdentifierDecoderTest.java | 4 +-
...oTransientSAML1NameIdentifierGeneratorTest.java | 4 +-
.../CryptoTransientSAML2NameIDGeneratorTest.java | 4 +-
.../nameid/impl/NameIDCanonicalizationTest.java | 2 +-
.../impl/NameIdentifierCanonicalizationTest.java | 2 +-
.../impl/PersistentSAML2NameIDGeneratorTest.java | 16 +++----
.../nameid/impl/StoredPersistentIdDecoderTest.java | 22 +++++-----
...dTransientSAML1NameIdentifierGeneratorTest.java | 4 +-
.../StoredTransientSAML2NameIDGeneratorTest.java | 4 +-
.../idp/saml/nameid/impl/TransientDecoderTest.java | 4 +-
.../DefaultNameIdentifierFormatStrategyTest.java | 2 +-
.../FinalizeSAMLSubjectCanonicalizationTest.java | 4 +-
.../impl/InitializeAuthenticationContextTest.java | 2 +-
...itializeOutboundMessageContextForErrorTest.java | 4 +-
.../impl/InitializeOutboundMessageContextTest.java | 4 +-
...tializeRelyingPartyContextFromSAMLPeerTest.java | 2 +-
.../PopulateBindingAndEndpointContextsTest.java | 26 +++++------
.../AddAuthenticationStatementToAssertionTest.java | 10 ++---
.../FilterByQueriedAttributeDesignatorsTest.java | 10 ++---
.../IdPInitiatedSSORequestMessageDecoderTest.java | 6 +--
.../profile/impl/SAML1ActionTestingSupport.java | 2 +-
...ultAuthenticationMethodsLookupFunctionTest.java | 6 +--
.../tests/ProxyRestrictionLookupFunctionTest.java | 2 +-
.../impl/AddAttributeStatementToAssertionTest.java | 8 ++--
.../saml2/profile/impl/AddAuthnRequestTest.java | 51 +++++++++++-----------
.../impl/AddAuthnStatementToAssertionTest.java | 22 +++++-----
.../impl/EnforceDisallowedSSOFeaturesTest.java | 2 +-
.../impl/FilterByQueriedAttributesTest.java | 10 ++---
.../IdPInitiatedSSORequestMessageDecoderTest.java | 7 +--
.../impl/PopulateEncryptionParametersTest.java | 30 ++++++-------
.../profile/impl/PreProcessLogoutMessageTest.java | 11 +++--
.../ProcessAssertionsForAuthenticationTest.java | 6 +--
.../profile/impl/ProcessLogoutRequestTest.java | 2 +-
.../impl/ProcessRequestedAuthnContextTest.java | 4 +-
.../profile/impl/SAML2ActionTestingSupport.java | 2 +-
.../impl/PrepareInboundMessageContextTest.java | 2 +-
.../PopulateMultiRPContextFromLogoutContext.java | 2 +-
.../idp/session/impl/DestroySessionsTest.java | 18 ++++----
.../idp/session/impl/DetectIdentitySwitchTest.java | 6 +--
.../UpdateSessionWithAuthenticationResultTest.java | 14 +++---
.../impl/UpdateSessionWithSPSessionTest.java | 4 +-
.../idp/profile/testing/RequestContextBuilder.java | 2 +-
.../idp/saml/impl/testing/TestSources.java | 4 +-
112 files changed, 342 insertions(+), 347 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list