[java-idp-oidc] branch main updated: Javadoc fixes.
Henri Mikkonen
henri.mikkonen at iki.fi
Wed Jun 29 13:32:36 UTC 2022
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=2967af5e56c83c388647bbd2b25b36ff91f21f4e
The following commit(s) were added to refs/heads/main by this push:
new 2967af5e Javadoc fixes.
2967af5e is described below
commit 2967af5e56c83c388647bbd2b25b36ff91f21f4e
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Jun 29 16:32:30 2022 +0300
Javadoc fixes.
---
.../idp/plugin/oidc/op/token/support/TokenDeliveryClaimsClaimsSet.java | 3 ++-
.../plugin/oidc/op/oauth2/decoding/impl/BaseOAuth2RequestDecoder.java | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/token/support/TokenDeliveryClaimsClaimsSet.java b/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/token/support/TokenDeliveryClaimsClaimsSet.java
index 36926ba0..75abc950 100644
--- a/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/token/support/TokenDeliveryClaimsClaimsSet.java
+++ b/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/token/support/TokenDeliveryClaimsClaimsSet.java
@@ -22,8 +22,9 @@ import com.nimbusds.openid.connect.sdk.claims.ClaimsSet;
/**
* Claims set for token delivery claims.
*
- * @Deprecated(since="3.2.0", forRemoval=true) Use {@link ClaimsSet}.
+ * @deprecated Use {@link ClaimsSet}.
*/
+ at Deprecated(since="3.2.0", forRemoval=true)
public class TokenDeliveryClaimsClaimsSet extends ClaimsSet {
/** Constructor. */
diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oauth2/decoding/impl/BaseOAuth2RequestDecoder.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oauth2/decoding/impl/BaseOAuth2RequestDecoder.java
index db6449ec..dbcec29e 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oauth2/decoding/impl/BaseOAuth2RequestDecoder.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oauth2/decoding/impl/BaseOAuth2RequestDecoder.java
@@ -70,6 +70,7 @@ public abstract class BaseOAuth2RequestDecoder<T extends Request> extends Abstra
/**
* Get the string representation of what will be logged as the protocol message.
*
+ * @param message the request message
* @return the string representing the protocol message for logging purposes
*/
@Nullable protected abstract String getMessageToLog(final T message);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list