[java-oidc-common] branch main updated: Added missing claim for the toString() method.

Henri Mikkonen henri.mikkonen at iki.fi
Fri Feb 18 10:14:55 UTC 2022


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

hjmikkon pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=ccff7c77e53be402cf541d029949a680f1878a30

The following commit(s) were added to refs/heads/main by this push:
     new ccff7c7  Added missing claim for the toString() method.
ccff7c7 is described below

commit ccff7c77e53be402cf541d029949a680f1878a30
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Feb 18 12:14:50 2022 +0200

    Added missing claim for the toString() method.
---
 .../main/java/net/shibboleth/oidc/metadata/policy/MetadataPolicy.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/oidc-common-metadata-api/src/main/java/net/shibboleth/oidc/metadata/policy/MetadataPolicy.java b/oidc-common-metadata-api/src/main/java/net/shibboleth/oidc/metadata/policy/MetadataPolicy.java
index 1bafeb1..7123441 100644
--- a/oidc-common-metadata-api/src/main/java/net/shibboleth/oidc/metadata/policy/MetadataPolicy.java
+++ b/oidc-common-metadata-api/src/main/java/net/shibboleth/oidc/metadata/policy/MetadataPolicy.java
@@ -212,6 +212,7 @@ public class MetadataPolicy {
         return MoreObjects.toStringHelper(this)
                 .add("value", forcedValue)
                 .add("default", defaultValue)
+                .add("add", add)
                 .add("one_of", oneOfValues)
                 .add("subset_of", subsetOfValues)
                 .add("superset_of", supersetOfValues)

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


More information about the commits mailing list