[java-idp-plugin-duo] branch main updated: Javadoc fixes
Codeberg
noreply at shibboleth.net
Mon Sep 14 16:57:57 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-duo/commit/2b5d8a7a27d74d2a2b6cdc3442800353526a8704
The following commit(s) were added to refs/heads/main by this push:
new 2b5d8a7a Javadoc fixes
2b5d8a7a is described below
commit 2b5d8a7a27d74d2a2b6cdc3442800353526a8704
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Sep 14 17:57:48 2026 +0100
Javadoc fixes
---
.../net/shibboleth/idp/plugin/authn/duo/model/WebAuthnCredential.java | 1 +
.../idp/plugin/authn/duo/impl/PopulateDuoAuthenticationContext.java | 1 +
2 files changed, 2 insertions(+)
diff --git a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/model/WebAuthnCredential.java b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/model/WebAuthnCredential.java
index 29f72c6c..f5f8dc20 100644
--- a/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/model/WebAuthnCredential.java
+++ b/idp-duo-api/src/main/java/net/shibboleth/idp/plugin/authn/duo/model/WebAuthnCredential.java
@@ -344,6 +344,7 @@ public final class WebAuthnCredential {
*/
private List<String> transports;
+ /** Any additional properties not explicitly captured by this class are added to this map.*/
@Nonnull private final Map<String, Object> additionalProperties;
/** Constructor.*/
diff --git a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/PopulateDuoAuthenticationContext.java b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/PopulateDuoAuthenticationContext.java
index e9f08b4a..5c01978c 100644
--- a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/PopulateDuoAuthenticationContext.java
+++ b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/PopulateDuoAuthenticationContext.java
@@ -293,6 +293,7 @@ public class PopulateDuoAuthenticationContext extends AbstractAuthenticationActi
* Determines the effective maximum authentication age requirement from the lookup strategy.
*
* @param profileRequestContext the profile request context to use
+ * @param duoContext the Duo authentication context
*/
private void determineMaxAuthenticationAgeRequirement(@Nonnull final ProfileRequestContext profileRequestContext,
@Nonnull final DuoOIDCAuthenticationContext duoContext) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list