[java-idp-plugin-duo] branch main updated: Javadoc error.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 28 12:25:16 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=25f5df9dbd352d09e73e763260d7290da5fdc07d
The following commit(s) were added to refs/heads/main by this push:
new 25f5df9 Javadoc error.
25f5df9 is described below
commit 25f5df9dbd352d09e73e763260d7290da5fdc07d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 28 08:25:13 2022 -0400
Javadoc error.
---
.../shibboleth/idp/plugin/authn/duo/impl/ValidateTokenClaims.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/ValidateTokenClaims.java b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/ValidateTokenClaims.java
index 0f34834..5713832 100644
--- a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/ValidateTokenClaims.java
+++ b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/ValidateTokenClaims.java
@@ -44,9 +44,9 @@ import net.shibboleth.utilities.java.support.component.ComponentSupport;
import net.shibboleth.utilities.java.support.logic.Constraint;
/**
- * Action that validates the claims of the Duo id_token using the supplied
- * {@link JWTClaimsValidation claims validator}. The verifier <b>must</b> be thread-safe and validate the
- * claims set against the OpenID Connect core 1.0 section 3.1.3.7 specification and those required by Duo.
+ * Action that validates the claims of the Duo id_token using the supplied {@link ClaimsValidator}.
+ * The verifier <b>must</b> be thread-safe and validate the claims set against the OpenID Connect
+ * core 1.0 section 3.1.3.7 specification and those required by Duo.
*
* @pre
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list