[java-idp-plugin-oidc-rp] branch dev/JOIDCRP-29 updated: Add since tags
Phil Smart
philip.smart at jisc.ac.uk
Tue Jun 20 14:33:12 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch dev/JOIDCRP-29
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=09d547fb51d1b8b3e1ec68a2ac210e213ab45689
The following commit(s) were added to refs/heads/dev/JOIDCRP-29 by this push:
new 09d547f Add since tags
09d547f is described below
commit 09d547fb51d1b8b3e1ec68a2ac210e213ab45689
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jun 20 15:33:10 2023 +0100
Add since tags
---
.../navigate/ProviderMetadataStringListValueLookupFunction.java | 2 ++
.../logic/JWTBearerTokenForClientAuthenticationPredicate.java | 6 +++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/ProviderMetadataStringListValueLookupFunction.java b/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/ProviderMetadataStringListValueLookupFunction.java
index 2e3ae53..808a5c5 100644
--- a/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/ProviderMetadataStringListValueLookupFunction.java
+++ b/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/config/navigate/ProviderMetadataStringListValueLookupFunction.java
@@ -38,6 +38,8 @@ import net.shibboleth.utilities.java.support.logic.Constraint;
/**
* Fetches the value for the configured key as List of {@link String}s. May be {@code null} if the value is not found
* or the given {@link OIDCProviderMetadata} is null.
+ *
+ * @since 1.1.0
*/
public class ProviderMetadataStringListValueLookupFunction implements Function<OIDCProviderMetadata, List<String>> {
diff --git a/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/context/logic/JWTBearerTokenForClientAuthenticationPredicate.java b/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/context/logic/JWTBearerTokenForClientAuthenticationPredicate.java
index 307de51..cc294b5 100644
--- a/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/context/logic/JWTBearerTokenForClientAuthenticationPredicate.java
+++ b/idp-oidc-rp-api/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/messaging/context/logic/JWTBearerTokenForClientAuthenticationPredicate.java
@@ -33,7 +33,11 @@ import net.shibboleth.idp.profile.context.RelyingPartyContext;
import net.shibboleth.idp.profile.logic.messaging.AbstractRelyingPartyPredicate;
import net.shibboleth.oidc.profile.config.OIDCAuthenticationRelyingPartyProfileConfiguration;
-/** A predicate that determines if the client authentication method chosen is a JWT type.*/
+/**
+ * A predicate that determines if the client authentication method chosen is a JWT type.
+ *
+ * @since 1.1.0
+ */
public class JWTBearerTokenForClientAuthenticationPredicate extends AbstractRelyingPartyPredicate {
/** Class logger. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list