[java-identity-provider] branch main updated: Javadoc fixes.

Brent Putman putmanb at georgetown.edu
Wed Feb 22 04:41:17 UTC 2023


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

putmanb pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0497bde7cd592b2215570c742611ce852120c7a7

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

commit 0497bde7cd592b2215570c742611ce852120c7a7
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Feb 21 23:36:58 2023 -0500

    Javadoc fixes.
---
 .../src/main/java/net/shibboleth/idp/module/IdPModule.java          | 2 +-
 .../net/shibboleth/idp/authn/duo/impl/AbstractDuoAuthenticator.java | 1 -
 .../idp/cli/AbstractIdPHomeAwareCommandLineArguments.java           | 6 +++---
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/idp-admin-api/src/main/java/net/shibboleth/idp/module/IdPModule.java b/idp-admin-api/src/main/java/net/shibboleth/idp/module/IdPModule.java
index cc32b617c..7edcf8d62 100644
--- a/idp-admin-api/src/main/java/net/shibboleth/idp/module/IdPModule.java
+++ b/idp-admin-api/src/main/java/net/shibboleth/idp/module/IdPModule.java
@@ -70,7 +70,7 @@ public interface IdPModule extends IdentifiedComponent {
     @Nullable @NotEmpty String getOwnerId();
     
     /**
-     * Gets whether module enablement requires access to an {@link HttpClient}.
+     * Gets whether module enablement requires access to an {@link org.apache.hc.client5.http.classic.HttpClient}.
      * 
      * @return true iff enabling the module requires HTTP client
      */
diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/AbstractDuoAuthenticator.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/AbstractDuoAuthenticator.java
index 70523e6f9..5564ce2e5 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/AbstractDuoAuthenticator.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/AbstractDuoAuthenticator.java
@@ -111,7 +111,6 @@ public abstract class AbstractDuoAuthenticator extends AbstractInitializableComp
      * @return a {@link DuoResponseWrapper}
      * 
      * @throws IOException on an I/O error
-     * @throws ClientProtocolException on an HTTP error 
      * @throws DuoWebException on a Duo-related error
      */
     protected <T extends DuoResponseWrapper<?>> T doAPIRequest(@Nonnull final ClassicHttpRequest request,
diff --git a/idp-cli/src/main/java/net/shibboleth/idp/cli/AbstractIdPHomeAwareCommandLineArguments.java b/idp-cli/src/main/java/net/shibboleth/idp/cli/AbstractIdPHomeAwareCommandLineArguments.java
index 007102e79..4353c239e 100644
--- a/idp-cli/src/main/java/net/shibboleth/idp/cli/AbstractIdPHomeAwareCommandLineArguments.java
+++ b/idp-cli/src/main/java/net/shibboleth/idp/cli/AbstractIdPHomeAwareCommandLineArguments.java
@@ -41,7 +41,7 @@ public abstract class AbstractIdPHomeAwareCommandLineArguments
     @Parameter(names = "--home")
     @Nullable private String idpHome;
     
-    /** Name for the {@link HttpClient} . */
+    /** Name for the {@link org.apache.hc.client5.http.classic.HttpClient} . */
     @Parameter(names= {"-hc", "--http-client"})
     @Nullable @NotEmpty private String httpClientName;
 
@@ -59,7 +59,7 @@ public abstract class AbstractIdPHomeAwareCommandLineArguments
     }
 
     /**
-     * Get bean name for the {@link HttpClient} (if specified).
+     * Get bean name for the {@link org.apache.hc.client5.http.classic.HttpClient} (if specified).
      * 
      * @return the name or null
      */
@@ -68,7 +68,7 @@ public abstract class AbstractIdPHomeAwareCommandLineArguments
     }
     
     /**
-     * Set bean name for the {@link HttpClient}.
+     * Set bean name for the {@link org.apache.hc.client5.http.classic.HttpClient}.
      * 
      * @param name bean name
      */

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


More information about the commits mailing list