[java-idp-plugin-duo] branch main updated: Fix JavaDoc
Phil Smart
philip.smart at jisc.ac.uk
Thu Mar 11 12:43:13 UTC 2021
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=22a85dbd9753bdaecca73a2a00cc44d348f152f4
The following commit(s) were added to refs/heads/main by this push:
new 22a85db Fix JavaDoc
22a85db is described below
commit 22a85dbd9753bdaecca73a2a00cc44d348f152f4
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Mar 11 12:43:11 2021 +0000
Fix JavaDoc
---
.../idp/plugin/authn/duo/impl/DuoIssuerClaimLookupStrategy.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoIssuerClaimLookupStrategy.java b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoIssuerClaimLookupStrategy.java
index 67a86bc..87d45fe 100644
--- a/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoIssuerClaimLookupStrategy.java
+++ b/idp-duo-impl/src/main/java/net/shibboleth/idp/plugin/authn/duo/impl/DuoIssuerClaimLookupStrategy.java
@@ -38,8 +38,6 @@ import net.shibboleth.utilities.java.support.logic.Constraint;
/**
* Find the issuer from the {@link DuoOIDCIntegration}. An issuer contains the scheme, host, and optionally, port
* and path components that identify the id_token issuer. Returns null if not found.
- *
- * <p>Is effectively immutable once published. Can be safely shared amongst threads.</p>
*/
@ThreadSafe
public final class DuoIssuerClaimLookupStrategy implements BiFunction<ProfileRequestContext, JWTClaimsSet, String> {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list