[java-identity-provider] branch main updated (5f463fb61 -> 31e2ec4f6)

Rod Widdowson rdw at steadingsoftware.com
Tue Feb 28 10:32: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 5f463fb61 IDP-2076 - Implement new SAML profile settings
     new 6081a53a0 IDP-2069 Null handling
     new 31e2ec4f6 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:
 idp-consent-impl/pom.xml                           |  5 ++
 .../ar/impl/PopulateAttributeReleaseContext.java   | 13 +++-
 .../consent/flow/ar/impl/ReleaseAttributes.java    | 18 +++--
 .../idp/consent/flow/impl/ExtractConsent.java      |  4 +-
 .../consent/flow/impl/PopulateConsentContext.java  |  5 +-
 .../impl/AbstractConsentIndexedStorageAction.java  | 47 ++++++++-----
 .../storage/impl/CreateGlobalConsentResult.java    | 17 +++--
 .../consent/flow/storage/impl/CreateResult.java    | 18 +++--
 .../flow/storage/impl/ReadConsentFromStorage.java  | 19 ++++--
 .../consent/flow/storage/impl/RevokeConsent.java   |  5 +-
 .../consent/flow/storage/impl/UpdateCounter.java   |  9 ++-
 .../impl/AttributeDisplayDescriptionFunction.java  |  2 +-
 .../idp/consent/logic/impl/AttributePredicate.java | 15 +++--
 .../logic/impl/AttributeValuesHashFunction.java    |  1 +
 .../logic/impl/CounterStorageKeyComparator.java    |  6 --
 .../logic/impl/CounterStorageKeyFunction.java      | 18 ++---
 .../impl/GlobalAttributeConsentPredicate.java      |  3 -
 .../logic/impl/IsAttributeRequiredPredicate.java   |  5 +-
 .../consent/logic/impl/LocaleLookupFunction.java   |  6 +-
 .../logic/impl/MessageSourceConsentFunction.java   | 10 ++-
 .../impl/CurrentConsentIdsAuditExtractorTest.java  |  4 +-
 ...CurrentConsentIsApprovedAuditExtractorTest.java |  8 ++-
 .../CurrentConsentValuesAuditExtractorTest.java    |  4 +-
 .../impl/AbstractAttributeReleaseActionTest.java   |  8 ++-
 .../impl/AttributeReleaseFlowDescriptorTest.java   |  5 +-
 .../impl/PopulateAttributeReleaseContextTest.java  | 33 ++++++----
 .../flow/ar/impl/ReleaseAttributesTest.java        | 15 +++--
 .../idp/consent/flow/impl/ExtractConsentTest.java  | 11 ++--
 .../flow/impl/PopulateConsentContextTest.java      | 12 +++-
 .../AbstractConsentIndexedStorageActionTest.java   | 17 +++--
 .../impl/AbstractConsentStorageActionTest.java     | 34 ++++++----
 .../impl/CreateGlobalConsentResultTest.java        |  2 +-
 .../flow/storage/impl/CreateResultTest.java        | 15 +++--
 .../storage/impl/ReadConsentFromStorageTest.java   |  4 +-
 .../flow/storage/impl/UpdateCounterTest.java       |  6 +-
 .../shibboleth/idp/consent/impl/ConsentTest.java   |  5 +-
 .../idp/consent/impl/ConsentTestingSupport.java    | 12 ++--
 ...ttributeDisplayNameDescriptionFunctionTest.java | 19 +++---
 .../impl/AttributeReleaseConsentFunctionTest.java  | 69 +++++++++++++------
 .../impl/AttributeValueLookupFunctionTest.java     |  7 +-
 .../impl/AttributeValuesHashFunctionTest.java      | 12 ++--
 .../impl/CounterStorageKeyComparatorTest.java      |  2 +-
 .../logic/impl/CounterStorageKeyFunctionTest.java  | 23 +++++--
 .../logic/impl/FlowIdLookupFunctionTest.java       | 14 ++--
 .../logic/impl/IsConsentRequiredPredicateTest.java | 77 +++++++++++-----------
 .../idp/consent/logic/impl/JoinFunctionTest.java   |  7 +-
 .../impl/MessageSourceConsentFunctionTest.java     | 41 ++++++++----
 .../storage/impl/CollectionSerializerTest.java     | 10 ++-
 .../storage/impl/ConsentSerializerTest.java        | 21 +++---
 49 files changed, 467 insertions(+), 256 deletions(-)

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


More information about the commits mailing list