[java-plugin-shibd-oidc] branch main updated: Fix javadoc
Codeberg
noreply at shibboleth.net
Fri Mar 6 09:33:19 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd-oidc.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-oidc/commit/74dee9d3ab1c9fc867b261cd79363408dfd5c4b1
The following commit(s) were added to refs/heads/main by this push:
new 74dee9d Fix javadoc
74dee9d is described below
commit 74dee9d3ab1c9fc867b261cd79363408dfd5c4b1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Mar 6 09:33:13 2026 +0000
Fix javadoc
---
.../profile/impl/AbstractAgentAndRelyingPartyContextLookupFunction.java | 1 +
.../java/net/shibboleth/sp/oidc/profile/impl/ExtractOIDCClaims.java | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/AbstractAgentAndRelyingPartyContextLookupFunction.java b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/AbstractAgentAndRelyingPartyContextLookupFunction.java
index a28f1f5..50a372d 100644
--- a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/AbstractAgentAndRelyingPartyContextLookupFunction.java
+++ b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/AbstractAgentAndRelyingPartyContextLookupFunction.java
@@ -123,6 +123,7 @@ public abstract class AbstractAgentAndRelyingPartyContextLookupFunction<ResultTy
/**
* Gets the {@link DDF} for this request, either the input from the agent or the output for the agent.
*
+ * @param input the message context input
* @param direction either an input DDF, or output
*
* @return the input or output DDF
diff --git a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/ExtractOIDCClaims.java b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/ExtractOIDCClaims.java
index 2e19f41..9ad5e4c 100644
--- a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/ExtractOIDCClaims.java
+++ b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/ExtractOIDCClaims.java
@@ -195,7 +195,7 @@ public class ExtractOIDCClaims extends AbstractApplicationAction {
* <p>This is a variant of the original SP's "wildcard" rule support to allow non-enumerated
* attributes to be accepted.</p>
*
- * @param flag
+ * @param flag the flag to set
*/
public void setAcceptUnfilteredAttributes(final boolean flag) {
checkSetterPreconditions();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list