[java-oidfed-common] branch main updated (07413d0 -> 9b352fd)
Codeberg
noreply at shibboleth.net
Thu Jun 4 10:58:27 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a change to branch main
in repository java-oidfed-common.
from 07413d0 Add new hooks for oidfed/resolve-trust-chain to serve OP's explicit registration flow
new 34c8a2b Move trust chain selection and trust mark resolution/validation from the OP plugin
new 9b352fd Add trust marks into the CLI and admin flow 'test-trust-chain-resolution'
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:
.../test-trust-chain-resolution-beans.xml | 34 ++
.../test-trust-chain-resolution-flow.xml | 29 +-
.../admin/oidfed/test-trust-chain-resolution.vm | 22 +-
.../cli/TestTrustChainResolutionArguments.java | 23 +-
.../oidfed/profile/impl/ResolveTrustMarks.java | 569 +++++++++++++++++++++
.../oidfed/profile/impl/SelectTrustChain.java | 158 ++++++
.../oidfed/profile/impl/ValidateTrustMarks.java | 247 +++++++++
.../AbstractTrustChainContextLookupFunction.java | 83 +++
...DefaultSelectedTrustChainIDsLookupStrategy.java | 63 +++
...dTrustChainImmediateSuperiorLookupStrategy.java | 41 ++
...ltSelectedTrustChainMetadataLookupStrategy.java | 51 ++
...electedTrustChainTrustAnchorLookupStrategy.java | 41 ++
.../DefaultTrustChainSelectionStrategy.java | 91 ++++
...DefaultTrustChainTrustMarksParsingStrategy.java | 128 +++++
...ChainTrustedTrustMarkIssuersLookupStrategy.java | 66 +++
...tChainTrustedTrustMarkOwnersLookupStrategy.java | 61 +++
16 files changed, 1699 insertions(+), 8 deletions(-)
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/impl/ResolveTrustMarks.java
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/impl/SelectTrustChain.java
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/impl/ValidateTrustMarks.java
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/navigate/AbstractTrustChainContextLookupFunction.java
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/navigate/DefaultSelectedTrustChainIDsLookupStrategy.java
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/navigate/DefaultSelectedTrustChainImmediateSuperiorLookupStrategy.java
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/navigate/DefaultSelectedTrustChainMetadataLookupStrategy.java
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/navigate/DefaultSelectedTrustChainTrustAnchorLookupStrategy.java
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/navigate/DefaultTrustChainSelectionStrategy.java
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/navigate/DefaultTrustChainTrustMarksParsingStrategy.java
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/navigate/DefaultTrustChainTrustedTrustMarkIssuersLookupStrategy.java
create mode 100644 oidfed-common-impl/src/main/java/net/shibboleth/oidfed/profile/navigate/DefaultTrustChainTrustedTrustMarkOwnersLookupStrategy.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list