[java-idp-plugin-oidc-op-oidfed] 01/02: Corrected JavaDoc.
Codeberg
noreply at shibboleth.net
Wed Jan 28 13:46:10 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch dev/CACHE-REFACTOR
in repository java-idp-plugin-oidc-op-oidfed.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-oidc-op-oidfed/commit/e51151b235e91df0bb4313744946714efa5f2963
commit e51151b235e91df0bb4313744946714efa5f2963
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Jan 28 15:28:24 2026 +0200
Corrected JavaDoc.
---
.../security/jwt/claims/impl/MetadataPolicyCritClaimsValidator.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/security/jwt/claims/impl/MetadataPolicyCritClaimsValidator.java b/idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/security/jwt/claims/impl/MetadataPolicyCritClaimsValidator.java
index d28a348..484917c 100644
--- a/idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/security/jwt/claims/impl/MetadataPolicyCritClaimsValidator.java
+++ b/idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/security/jwt/claims/impl/MetadataPolicyCritClaimsValidator.java
@@ -36,8 +36,8 @@ import net.shibboleth.shared.component.ComponentInitializationException;
import net.shibboleth.shared.logic.Constraint;
/**
- * A {@link ClaimsValidator} for validating that all the metadata_policy_crit is not an empty array and all the values
- * are recognized by the resolved list of supported metadata policy operators.
+ * A {@link ClaimsValidator} for validating that the metadata_policy_crit is not an empty array, does not contain
+ * standard operators and all the values are recognized by the resolved list of supported metadata policy operators.
*/
@ThreadSafeAfterInit
public class MetadataPolicyCritClaimsValidator extends AbstractClaimsValidator {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list