[java-idp-plugin-oidc-op-oidfed] branch dev/CACHE-REFACTOR updated (a661b76 -> e8b450c)

Codeberg noreply at shibboleth.net
Thu Dec 18 17:55:45 UTC 2025


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

codeberg pushed a change to branch dev/CACHE-REFACTOR
in repository java-idp-plugin-oidc-op-oidfed.

    from a661b76  Refactoring the metadata cache packaging on the impl-module
     new ef2fed0  Removed final references to Nimbus EntityStatement from the main source
     new 25a9758  Include metadata-claim parsing for Jackson
     new e8b450c  Removed remaining references to Nimbus EntityStatement from the test code

The 3 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:
 .../op/oidfed/metadata/EntityStatementPayload.java |  12 +-
 .../oidc/op/oidfed/metadata/claim/Metadata.java    | 267 +++++++++++++++++++++
 .../context/RelyingPartyTrustChainContext.java     |  13 +-
 .../impl/EntityConfigurationResponse.java          |  55 +++++
 .../impl/ExplicitClientRegistrationResponse.java   |   1 +
 ...mbinedMetadataFromTrustChainLookupStrategy.java |   6 +-
 ...efaultSubordinateStatementFetchingStrategy.java |   2 +-
 .../impl/DefaultAllowedEntityTypesConstraint.java  |  21 +-
 .../metadata/util/EntityStatementHelper.java       |   2 +-
 .../impl/AbstractBuildEntityStatementAction.java   |   3 +-
 .../impl/AbstractTrustChainResolutionAction.java   |   5 +-
 .../impl/AddExtensionsToClientInformation.java     |   3 +-
 .../profile/impl/BuildResolveEntityResponse.java   |   7 +-
 .../oidfed/profile/impl/CallResolveEntityApi.java  |   9 +-
 .../impl/FormExplicitRegistrationResponse.java     |  18 +-
 ...ormOutboundFederationConfigurationResponse.java |  15 +-
 .../impl/FormOutboundResolveEntityResponse.java    |   3 +-
 .../op/oidfed/profile/impl/ResolveTrustChains.java |   4 +-
 .../op/oidfed/profile/impl/ResolveTrustMarks.java  |   4 +-
 .../op/oidfed/profile/impl/SelectTrustChain.java   |   8 +-
 .../profile/impl/StoreAutomaticRegistration.java   |   5 +-
 ...eAutomaticRegistrationProfileConfiguration.java |   7 +-
 .../profile/impl/ValidateProvidedTrustChain.java   |   3 +-
 .../profile/impl/ValidateSelectedTrustChain.java   |   6 +-
 ...ltSelectedTrustChainMetadataLookupStrategy.java |   9 +-
 .../DefaultTrustChainSelectionStrategy.java        |   8 +-
 .../plugin/oidc/op/oidfed/TrustChainTestUtil.java  |  41 +++-
 .../flow/oidfed/AbstractFederationFlowTest.java    |  22 +-
 .../flow/oidfed/EntityConfigurationFlowTest.java   |  57 +++--
 .../profile/flow/oidfed/RegistrationFlowTest.java  |  22 +-
 30 files changed, 495 insertions(+), 143 deletions(-)
 create mode 100644 idp-oidfed-op-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/metadata/claim/Metadata.java
 create mode 100644 idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/messaging/impl/EntityConfigurationResponse.java

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


More information about the commits mailing list