[java-idp-plugin-oidc-rp] branch main updated: Add missing since tags

Phil Smart philip.smart at jisc.ac.uk
Thu Mar 7 11:26:41 UTC 2024


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=19eb8121998f79b42673c7babfe14ce09e5855e4

The following commit(s) were added to refs/heads/main by this push:
     new 19eb812  Add missing since tags
19eb812 is described below

commit 19eb8121998f79b42673c7babfe14ce09e5855e4
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Mar 7 11:26:38 2024 +0000

    Add missing since tags
---
 .../idp/plugin/authn/oidc/rp/messaging/impl/AddDisplayHandler.java      | 2 ++
 .../authn/oidc/rp/messaging/impl/AddPCKECodeVerifierAndChallenge.java   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddDisplayHandler.java b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddDisplayHandler.java
index 713fcc9..dbeb100 100644
--- a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddDisplayHandler.java
+++ b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddDisplayHandler.java
@@ -29,6 +29,8 @@ import net.shibboleth.shared.primitive.StringSupport;
 
 /** 
  * Message handler that adds the optional 'display' request parameter if manually set on the profile configuration. 
+ * 
+ * @since 2.1.0
  */
 public class AddDisplayHandler extends AbstractOIDCAuthenticationRequestActionMessageHandler {
 
diff --git a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddPCKECodeVerifierAndChallenge.java b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddPCKECodeVerifierAndChallenge.java
index dab0177..12ce4fd 100644
--- a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddPCKECodeVerifierAndChallenge.java
+++ b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/impl/AddPCKECodeVerifierAndChallenge.java
@@ -34,6 +34,8 @@ import net.shibboleth.shared.primitive.LoggerFactory;
 /**
  * Create an OAuth 2.0 PCKE code_verifier to use in the token request, and derives a code_challenge for immediate use in
  * the authorization request.
+ * 
+ * @since 2.1.0
  */
 public class AddPCKECodeVerifierAndChallenge extends AbstractOIDCAuthenticationRequestActionMessageHandler {
     

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


More information about the commits mailing list