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

Phil Smart philip.smart at jisc.ac.uk
Thu May 4 14:43:50 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=80cee1bd9a75e8e0676ddadc00c694cdd82e7f5c

The following commit(s) were added to refs/heads/main by this push:
     new 80cee1b  Fix javadoc
80cee1b is described below

commit 80cee1bd9a75e8e0676ddadc00c694cdd82e7f5c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu May 4 15:43:48 2023 +0100

    Fix javadoc
---
 .../rp/config/navigate/UserInfoHttpRequestMethodLookupStrategy.java     | 2 +-
 .../idp/plugin/authn/oidc/rp/impl/UnsupportedResponseTypeAction.java    | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/UserInfoHttpRequestMethodLookupStrategy.java b/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/UserInfoHttpRequestMethodLookupStrategy.java
index 541ed12..dd0850f 100644
--- a/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/UserInfoHttpRequestMethodLookupStrategy.java
+++ b/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/UserInfoHttpRequestMethodLookupStrategy.java
@@ -28,7 +28,7 @@ import net.shibboleth.oidc.profile.config.OIDCAuthenticationRelyingPartyProfileC
 import net.shibboleth.oidc.profile.oauth2.config.OAuth2AuthorizationProfileConfiguration.HttpRequestMethod;
 
 /** 
- * Locate the HTTP request method to use for the UserInfo request. Returns {@link OIDCHttpRequestMethod#GET} if not 
+ * Locate the HTTP request method to use for the UserInfo request. Returns {@link HttpRequestMethod#GET} if not 
  * found on the profile configuration.
  */
 public class UserInfoHttpRequestMethodLookupStrategy extends AbstractRelyingPartyLookupFunction<HttpRequestMethod> {
diff --git a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/UnsupportedResponseTypeAction.java b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/UnsupportedResponseTypeAction.java
index 2e2cb42..726867b 100644
--- a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/UnsupportedResponseTypeAction.java
+++ b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/UnsupportedResponseTypeAction.java
@@ -29,8 +29,6 @@ import net.shibboleth.oidc.profile.core.OidcEventIds;
 
 /** 
  * Simple action to log the response from an unsupported grant type.
- * 
- * @event {@link OidcEventIds.INVALID_RESPONSE_TYPE} 
  */
 public class UnsupportedResponseTypeAction extends AbstractProfileAction {
     

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


More information about the commits mailing list