[java-plugin-shibd-oidc] 02/02: Javadoc issues.

Codeberg noreply at shibboleth.net
Mon Jul 20 13:19:15 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/7112cc9cbe7d9b8802389d98f9b7a1e6753bd947

commit 7112cc9cbe7d9b8802389d98f9b7a1e6753bd947
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Jul 20 09:19:01 2026 -0400

    Javadoc issues.
---
 .../src/main/java/net/shibboleth/sp/oidc/context/OIDCLogoutContext.java | 2 ++
 .../shibboleth/sp/oidc/profile/impl/AddClientAddressToStateAction.java  | 2 +-
 .../java/net/shibboleth/sp/oidc/profile/impl/PrepareAgentResponse.java  | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sp-oidc-api/src/main/java/net/shibboleth/sp/oidc/context/OIDCLogoutContext.java b/sp-oidc-api/src/main/java/net/shibboleth/sp/oidc/context/OIDCLogoutContext.java
index e56119f..72ca728 100644
--- a/sp-oidc-api/src/main/java/net/shibboleth/sp/oidc/context/OIDCLogoutContext.java
+++ b/sp-oidc-api/src/main/java/net/shibboleth/sp/oidc/context/OIDCLogoutContext.java
@@ -33,6 +33,8 @@ public class OIDCLogoutContext extends BaseContext {
      * Set the id_token recovered from the session.
      * 
      * @param token the id_token
+     * 
+     * @return this context
      */
     public OIDCLogoutContext setIdToken(@Nullable final JWT token) {
         idToken = token;   
diff --git a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/AddClientAddressToStateAction.java b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/AddClientAddressToStateAction.java
index 3c9e842..3239e45 100644
--- a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/AddClientAddressToStateAction.java
+++ b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/AddClientAddressToStateAction.java
@@ -42,7 +42,7 @@ import net.shibboleth.sp.state.StateData;
  * <p>When disabled, the pre-execute step will return false and the reminder of the action will be skipped.</p>
  * 
  * @event {@link EventIds#INVALID_PROFILE_CTX}
- * @event {@link EventIds#INVALID_PROFILE_CONFIG}
+ * @event {@link IdPEventIds#INVALID_PROFILE_CONFIG}
  */
 public class AddClientAddressToStateAction extends AbstractApplicationAction {
     
diff --git a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/PrepareAgentResponse.java b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/PrepareAgentResponse.java
index cea5e4c..724f9ad 100644
--- a/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/PrepareAgentResponse.java
+++ b/sp-oidc-impl/src/main/java/net/shibboleth/sp/oidc/profile/impl/PrepareAgentResponse.java
@@ -231,6 +231,8 @@ public class PrepareAgentResponse extends AbstractTokenConsumerResponseAction {
      * 
      * @param token the token to seal or pass through
      * @return the sealed token, or the original token passed-through
+     * 
+     * @throws DataSealerException if sealing fails 
      */
     @Nonnull private String conditionallySeal(@Nonnull @NotEmpty final String token) throws DataSealerException {
         

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list