[java-idp-plugin-oidc-rp] branch main updated: Fix javadoc
Phil Smart
philip.smart at jisc.ac.uk
Thu Feb 27 12:13:51 UTC 2025
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=1bb28ab147c5765042ecf178a23d60cd15590dd0
The following commit(s) were added to refs/heads/main by this push:
new 1bb28ab Fix javadoc
1bb28ab is described below
commit 1bb28ab147c5765042ecf178a23d60cd15590dd0
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Feb 27 12:13:48 2025 +0000
Fix javadoc
---
.../authn/oidc/rp/messaging/impl/AddResponseTypeAndModeHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddResponseTypeAndModeHandler.java b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddResponseTypeAndModeHandler.java
index 689c80d..e1cb763 100644
--- a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddResponseTypeAndModeHandler.java
+++ b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddResponseTypeAndModeHandler.java
@@ -30,7 +30,7 @@ import com.nimbusds.oauth2.sdk.ResponseType;
import net.shibboleth.shared.primitive.LoggerFactory;
/**
- * Action that populates the authentication request response_mode and response_type from various strategies,
+ * A message handler that populates the authentication request response_mode and response_type from various strategies,
* by default from the profile configuration.
*
* <p>Unless explicitly set, the default response_mode for the specified response_type will be used.</p>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list