[java-idp-plugin-duo] branch main updated: Improve Javadoc
Codeberg
noreply at shibboleth.net
Thu Jul 16 12:40:10 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/7ff795ae85ee3506087923cde5b1fe8b887e2c71
The following commit(s) were added to refs/heads/main by this push:
new 7ff795ae Improve Javadoc
7ff795ae is described below
commit 7ff795ae85ee3506087923cde5b1fe8b887e2c71
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jul 16 13:39:59 2026 +0100
Improve Javadoc
---
.../duo/impl/AuthnMethodReferenceToPrincipalMappingStrategy.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/AuthnMethodReferenceToPrincipalMappingStrategy.java b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/AuthnMethodReferenceToPrincipalMappingStrategy.java
index 415a391f..93262078 100644
--- a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/AuthnMethodReferenceToPrincipalMappingStrategy.java
+++ b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/AuthnMethodReferenceToPrincipalMappingStrategy.java
@@ -47,9 +47,9 @@ import net.shibboleth.shared.primitive.LoggerFactory;
* A customisable principal mapping function that translates Authentication Method Reference (AMR) strings found in a
* Duo ID Token to internal {@link Principal} instances.
*
- * <p>For use as a convenience implementation of a context to principal mapping strategy supported by
- * {@link ValidateDuoTokenAuthenticationResult}. It enables one or more {@link Principal}s to be associated with
- * each AMR value present in the authentication response.</p>
+ * <p>A convenience implementation of a context-to-principal mapping strategy supported by
+ * {@link ValidateDuoTokenAuthenticationResult}. It allows one or more {@link Principal}s
+ * to be associated with each AMR value present in the authentication token.</p>
*/
public class AuthnMethodReferenceToPrincipalMappingStrategy
implements Function<ProfileRequestContext,Collection<Principal>>{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list