[java-idp-oidc] branch maint-3.0 updated: Fixing Javadocs.
Henri Mikkonen
henri.mikkonen at iki.fi
Mon Jan 3 10:51:50 UTC 2022
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch maint-3.0
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=22f1a47ac1befefb502ef0730c69c7c978cd05ae
The following commit(s) were added to refs/heads/maint-3.0 by this push:
new 22f1a47a Fixing Javadocs.
22f1a47a is described below
commit 22f1a47ac1befefb502ef0730c69c7c978cd05ae
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Jan 3 12:51:26 2022 +0200
Fixing Javadocs.
---
.../oidc/op/profile/impl/ValidateEndpointAuthentication.java | 4 ++--
.../idp/plugin/oidc/op/profile/impl/ValidateRequestObject.java | 8 ++++----
.../op/profile/flow/AbstractOidcClientAuthenticationFlowTest.java | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateEndpointAuthentication.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateEndpointAuthentication.java
index b4ee575c..e9227dc6 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateEndpointAuthentication.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateEndpointAuthentication.java
@@ -149,9 +149,9 @@ public class ValidateEndpointAuthentication extends AbstractOIDCRequestAction<Ab
}
/**
- * Set the claims validator used for validating the incoming JWTs.
+ * Set the claims validation used for validating the incoming JWTs.
*
- * @param validators What to set.
+ * @param validation What to set.
*/
public void setClaimsValidation(@Nonnull final JWTClaimsValidation validation) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateRequestObject.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateRequestObject.java
index 853e218c..523057d2 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateRequestObject.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateRequestObject.java
@@ -91,9 +91,9 @@ public class ValidateRequestObject extends AbstractOIDCAuthenticationResponseAct
}
/**
- * Set the claims validator used for validating the signed request object.
+ * Set the claims validation used for validating the signed request object.
*
- * @param validators What to set.
+ * @param validation What to set.
*/
public void setSignedClaimsValidation(@Nonnull final JWTClaimsValidation validation) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
@@ -101,9 +101,9 @@ public class ValidateRequestObject extends AbstractOIDCAuthenticationResponseAct
}
/**
- * Set the claims validator used for validating the plain/unsigned request object.
+ * Set the claims validation used for validating the plain/unsigned request object.
*
- * @param validators What to set.
+ * @param validation What to set.
*/
public void setPlainClaimsValidation(@Nonnull final JWTClaimsValidation validation) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
diff --git a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/AbstractOidcClientAuthenticationFlowTest.java b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/AbstractOidcClientAuthenticationFlowTest.java
index 2fe446fa..647a678b 100644
--- a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/AbstractOidcClientAuthenticationFlowTest.java
+++ b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/profile/flow/AbstractOidcClientAuthenticationFlowTest.java
@@ -294,7 +294,7 @@ public abstract class AbstractOidcClientAuthenticationFlowTest extends AbstractO
/**
* Get the pair of error code and error description for the error produced via event
- * {@link EventIds.ACCESS_DENIED}. This is abstract due to the fact that each endpoint
+ * {@link EventIds#ACCESS_DENIED}. This is abstract due to the fact that each endpoint
* may have its own mappings.
*
* @return The pair of error code and error description.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list