[java-idp-oidc] 02/02: JavaDoc fix.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Oct 11 08:06:00 UTC 2024
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=9185e74edd5abed5ccf6b44f2dccd58222683365
commit 9185e74edd5abed5ccf6b44f2dccd58222683365
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Oct 11 11:05:44 2024 +0300
JavaDoc fix.
---
.../context/navigate/AbstractAuthorizationRequestLookupFunction.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/messaging/context/navigate/AbstractAuthorizationRequestLookupFunction.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/messaging/context/navigate/AbstractAuthorizationRequestLookupFunction.java
index 11722d71..2ce7d518 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/messaging/context/navigate/AbstractAuthorizationRequestLookupFunction.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/messaging/context/navigate/AbstractAuthorizationRequestLookupFunction.java
@@ -136,6 +136,7 @@ public abstract class AbstractAuthorizationRequestLookupFunction<T> extends Abst
* instead of the parameter value.
*
* @param authorizationRequest the authorization request being processed.
+ * @param isRequestObjectFromPar flag to indicate that the request object is produced by the PAR endpoint.
* @param parameterName the parameter name.
* @param parameterValue the value found from the parameters.
* @param defaultResult the default value to be used if the request contained OAuth2 JAR request object.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list