[java-idp-plugin-oidc-rp] branch main updated: Javadoc

Phil Smart philip.smart at jisc.ac.uk
Thu Sep 29 12:42:00 UTC 2022


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=bf59d042dc5391edb95683eae1975b0f510fce7f

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

commit bf59d042dc5391edb95683eae1975b0f510fce7f
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Sep 29 13:41:55 2022 +0100

    Javadoc
---
 .../plugin/authn/oidc/rp/impl/ValidateOAuthAccessTokenResponseTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/ValidateOAuthAccessTokenResponseTest.java b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/ValidateOAuthAccessTokenResponseTest.java
index 0c1dbbf..0c57ed7 100644
--- a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/ValidateOAuthAccessTokenResponseTest.java
+++ b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/ValidateOAuthAccessTokenResponseTest.java
@@ -18,8 +18,10 @@ import net.shibboleth.idp.plugin.authn.oidc.rp.context.AccessTokenResponseContex
 import net.shibboleth.idp.profile.context.navigate.WebflowRequestContextProfileRequestContextLookup;
 import net.shibboleth.oidc.profile.core.OidcEventIds;
 
+/** Tests for {@link ValidateOAuthAccessTokenResponse}.*/
 public class ValidateOAuthAccessTokenResponseTest extends AbstractOIDCTest {
     
+    /** The action to test.*/
     private ValidateOAuthAccessTokenResponse action;
     
     

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


More information about the commits mailing list