[java-identity-provider] branch main updated (ac8a48f12 -> 4ad2a5a0b)
Rod Widdowson
rdw at steadingsoftware.com
Tue Apr 11 14:00:44 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 ac8a48f12 Undocumented argument name change.
new 208e31bc9 IDP-2069 - Null Handling Task
new 4ad2a5a0b 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:
.../AbstractProfileInterceptorAction.java | 22 ++++--
.../profile/audit/impl/PopulateAuditContext.java | 11 ++-
.../idp/profile/impl/FilterAttributes.java | 81 ++++++++++++----------
.../idp/profile/impl/PopulateSubjectContext.java | 4 +-
.../idp/profile/impl/RecordResponseComplete.java | 10 ++-
.../profile/impl/ReloadServiceConfiguration.java | 4 +-
.../profile/impl/SelectProfileConfiguration.java | 17 +++--
.../impl/SelectRelyingPartyConfiguration.java | 27 +++++---
.../profile/impl/WebFlowMessageHandlerAdaptor.java | 13 ++--
.../impl/EncryptionAlgorithmAuditExtractor.java | 4 +-
.../idp/saml/audit/impl/WriteFTICKSLog.java | 15 ++--
.../principal/impl/NameIDPrincipalSerializer.java | 2 -
.../InitializeRelyingPartyContextFromSAMLPeer.java | 9 ++-
...tributeSourcedSAML1NameIdentifierGenerator.java | 4 +-
.../impl/AttributeSourcedSAML2NameIDGenerator.java | 4 +-
.../nameid/impl/BaseCryptoTransientDecoder.java | 1 +
.../impl/PersistentSAML2NameIDGenerator.java | 4 +-
.../impl/StoredTransientIdGenerationStrategy.java | 4 +-
.../impl/BaseAddAttributeStatementToAssertion.java | 23 +++---
.../profile/impl/ExtractSubjectFromRequest.java | 5 +-
.../impl/FinalizeSAMLSubjectCanonicalization.java | 12 ++--
.../saml/profile/impl/IdPInitiatedSSORequest.java | 4 +-
.../impl/InitializeAuthenticationContext.java | 4 +-
.../impl/InitializeOutboundMessageContext.java | 12 ++--
.../InitializeOutboundMessageContextForError.java | 4 +-
.../InitializeRelyingPartyContextFromSAMLPeer.java | 17 ++---
.../impl/PopulateBindingAndEndpointContexts.java | 35 ++++++----
.../idp/saml/profile/impl/ReloadMetadata.java | 3 +-
.../impl/FilterByQueriedAttributeDesignators.java | 23 +++---
.../impl/SingleLogoutProfileConfiguration.java | 4 +-
.../saml/saml2/profile/impl/AddAuthnRequest.java | 9 ++-
.../profile/impl/EnforceDisallowedSSOFeatures.java | 16 ++---
.../profile/impl/FilterByQueriedAttributes.java | 31 ++++-----
...estedAttributesInAttributeConsumingService.java | 22 +++---
.../profile/impl/PopulateEncryptionParameters.java | 8 ++-
.../profile/impl/PreProcessLogoutMessage.java | 9 ++-
.../impl/ProcessAssertionsForAuthentication.java | 17 +++--
.../saml2/profile/impl/ProcessLogoutRequest.java | 29 ++++----
.../profile/impl/ProcessRequestedAuthnContext.java | 5 +-
.../saml2/profile/impl/SAMLAuthnController.java | 14 ++--
.../saml/saml2/profile/impl/SOAPLogoutRequest.java | 34 +++++----
.../session/impl/PrepareInboundMessageContext.java | 3 +-
.../impl/SAML1SPSessionCreationStrategy.java | 4 +-
.../impl/SAML2SPSessionCreationStrategy.java | 12 ++--
.../session/impl/SAML2SPSessionSerializer.java | 4 +-
.../impl/CryptoTransientNameIDDecoderTest.java | 2 +-
.../CryptoTransientNameIdentifierDecoderTest.java | 2 +-
...oTransientSAML1NameIdentifierGeneratorTest.java | 2 +-
.../CryptoTransientSAML2NameIDGeneratorTest.java | 2 +-
.../nameid/impl/NameIDCanonicalizationTest.java | 2 +-
.../impl/PersistentSAML2NameIDGeneratorTest.java | 31 ++++-----
.../nameid/impl/StoredPersistentIdDecoderTest.java | 2 +-
...dTransientSAML1NameIdentifierGeneratorTest.java | 2 +-
.../StoredTransientSAML2NameIDGeneratorTest.java | 2 +-
.../saml/nameid/impl/TransformingDecoderTest.java | 2 +-
.../idp/saml/nameid/impl/TransientDecoderTest.java | 2 +-
.../impl/AbstractSAMLProfileConfigurationTest.java | 2 -
.../PopulateBindingAndEndpointContextsTest.java | 1 +
.../impl/BrowserSSOProfileConfigurationTest.java | 2 +-
.../impl/AddAttributeStatementToAssertionTest.java | 9 +--
.../FilterByQueriedAttributeDesignatorsTest.java | 8 ++-
.../IdPInitiatedSSORequestMessageDecoderTest.java | 1 +
.../impl/BrowserSSOProfileConfigurationTest.java | 16 ++---
.../config/impl/SSOSProfileConfigurationTest.java | 4 +-
.../tests/ProxyRestrictionLookupFunctionTest.java | 1 +
.../saml2/profile/impl/AddAuthnRequestTest.java | 2 +
.../ProcessAssertionsForAuthenticationTest.java | 4 +-
.../profile/impl/ProcessLogoutRequestTest.java | 2 +-
.../profile/impl/SessionManagerBaseTestCase.java | 2 +-
.../impl/PrepareInboundMessageContextTest.java | 19 +++--
.../session/impl/SAML2SPSessionSerializerTest.java | 2 +-
71 files changed, 412 insertions(+), 313 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list