[java-idp-plugin-duo] branch main updated: Fix Javadoc.
Phil Smart
philip.smart at jisc.ac.uk
Mon Nov 27 15:07:16 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-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=e64a78620d51befa1d8de5e48588a12f3879a19e
The following commit(s) were added to refs/heads/main by this push:
new e64a7862 Fix Javadoc.
e64a7862 is described below
commit e64a78620d51befa1d8de5e48588a12f3879a19e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Nov 27 15:07:04 2023 +0000
Fix Javadoc.
---
.../java/net/shibboleth/idp/plugin/authn/duo/DuoOIDCIntegration.java | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/DuoOIDCIntegration.java b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/DuoOIDCIntegration.java
index cfa7e347..77e4e3b9 100644
--- a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/DuoOIDCIntegration.java
+++ b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/DuoOIDCIntegration.java
@@ -23,8 +23,9 @@ import net.shibboleth.shared.annotation.constraint.NotEmpty;
/**
* Interface to a particular Duo OIDC integration point. In part replaces
- * OIDC metadata, as that is not supported by Duo. Implementations must override the {@link #equals(Object)}
- * and {@link #hashCode()} methods appropriately (e.g., using the clientId as a way to differentiate between objects).
+ * OIDC metadata, as that is not supported by Duo. Implementations must override
+ * the equality and hashcode methods appropriately (e.g., using the clientId as
+ * the object's identity).
*/
public interface DuoOIDCIntegration extends PrincipalSupportingComponent {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list