[java-idp-plugin-oidc-rp] branch main updated: Javadoc
Phil Smart
philip.smart at jisc.ac.uk
Fri May 12 10:26:39 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=378dd5c91b1fbff476f975936569bcac84bae51a
The following commit(s) were added to refs/heads/main by this push:
new 378dd5c Javadoc
378dd5c is described below
commit 378dd5c91b1fbff476f975936569bcac84bae51a
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri May 12 11:26:37 2023 +0100
Javadoc
---
.../net/shibboleth/idp/plugin/authn/oidc/rp/test/TestTokenHelper.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/idp-oidc-rp-api/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/test/TestTokenHelper.java b/idp-oidc-rp-api/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/test/TestTokenHelper.java
index 9da1fac..4f7677d 100644
--- a/idp-oidc-rp-api/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/test/TestTokenHelper.java
+++ b/idp-oidc-rp-api/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/test/TestTokenHelper.java
@@ -160,8 +160,6 @@ public final class TestTokenHelper {
*
* @throws JOSEException on error.
* @throws ParseException on error.
- *
- * @return the created JWT
*/
public static JWT createJWT(@Nonnull final JWTClaimsSet payload, @Nullable final JWSAlgorithm sigAlg,
@Nullable final JWEAlgorithm jweAlg, @Nullable final EncryptionMethod enc,
@@ -222,7 +220,7 @@ public final class TestTokenHelper {
* @param sigKey the signing key
* @param encKey the encryption key
*
- * @return
+ * @return the created JWT
* @throws JOSEException on error
* @throws ParseException on error
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list