[java-oidc-common] branch main updated: Fix Javadoc

Phil Smart philip.smart at jisc.ac.uk
Tue Jan 31 09:23:57 UTC 2023


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

philsmart 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=5533a5ac33d6484d3a44a06fdd3ca3e6fd094afb

The following commit(s) were added to refs/heads/main by this push:
     new 5533a5a  Fix Javadoc
5533a5a is described below

commit 5533a5ac33d6484d3a44a06fdd3ca3e6fd094afb
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jan 31 09:23:54 2023 +0000

    Fix Javadoc
---
 .../security/credential/impl/BaseMetadataCredentialResolverTest.java | 2 +-
 .../oidc/security/impl/ExplicitKeySignedJWTTrustEngineTest.java      | 1 +
 .../java/net/shibboleth/oidc/security/impl/TestCredentialHelper.java | 5 +----
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/credential/impl/BaseMetadataCredentialResolverTest.java b/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/credential/impl/BaseMetadataCredentialResolverTest.java
index 99dd799..0ce9264 100644
--- a/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/credential/impl/BaseMetadataCredentialResolverTest.java
+++ b/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/credential/impl/BaseMetadataCredentialResolverTest.java
@@ -125,7 +125,7 @@ public abstract class BaseMetadataCredentialResolverTest<T extends BasicJOSEObje
     /**
      * Build the criteria to be used by default in the test cases.
      * @return the criteria set
-     * @throws Exception
+     * @throws Exception on error.
      */
     protected abstract CriteriaSet buildInitialCriteriaSet() throws Exception;
 
diff --git a/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/ExplicitKeySignedJWTTrustEngineTest.java b/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/ExplicitKeySignedJWTTrustEngineTest.java
index 9701fa9..1b1d2d5 100644
--- a/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/ExplicitKeySignedJWTTrustEngineTest.java
+++ b/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/ExplicitKeySignedJWTTrustEngineTest.java
@@ -429,6 +429,7 @@ public class ExplicitKeySignedJWTTrustEngineTest {
      * @param audience the audience.
      * @return the signed JWT
      * @throws JOSEException on error.
+     * @throws URISyntaxException on error.
      */
     protected static SignedJWT createECSignedJWTWithJKU(final ECKey key, final String keyId, 
             final URI jku, final JWSAlgorithm algo, final String issuer,
diff --git a/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/TestCredentialHelper.java b/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/TestCredentialHelper.java
index 65be91a..81154b9 100644
--- a/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/TestCredentialHelper.java
+++ b/oidc-common-crypto-impl/src/test/java/net/shibboleth/oidc/security/impl/TestCredentialHelper.java
@@ -47,10 +47,7 @@ public final class TestCredentialHelper {
     /**
      * Create a simple symmetric key client_secret credential from from the given shared secret.
      * 
-     * @param kid the key ID
-     * @param secret the secret to convert to a {@link JWKCredential}.
-     * @param algorithm the JWA algorithm to set on the credential.
-     * @param usage TODO
+     * @param secret the client secret
      * @return the credential
      * @throws KeyException on error creating the key
      */

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


More information about the commits mailing list