[java-oidc-common] branch main updated: JCOMOIDC-56 - Deprecate requested predicate in AuthTimeValidator
Phil Smart
philip.smart at jisc.ac.uk
Thu Dec 15 12:16:47 UTC 2022
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=6d4d952b2a2fdaf94c6f06b43b2e4eaa0607df62
The following commit(s) were added to refs/heads/main by this push:
new 6d4d952 JCOMOIDC-56 - Deprecate requested predicate in AuthTimeValidator
6d4d952 is described below
commit 6d4d952b2a2fdaf94c6f06b43b2e4eaa0607df62
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Dec 15 12:16:44 2022 +0000
JCOMOIDC-56 - Deprecate requested predicate in AuthTimeValidator
https://shibboleth.atlassian.net/browse/JCOMOIDC-56
---
.../security/jwt/claims/impl/AuthenticationTimeClaimsValidator.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/AuthenticationTimeClaimsValidator.java b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/AuthenticationTimeClaimsValidator.java
index 52b0dc8..4bb9fde 100644
--- a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/AuthenticationTimeClaimsValidator.java
+++ b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jwt/claims/impl/AuthenticationTimeClaimsValidator.java
@@ -89,9 +89,11 @@ public class AuthenticationTimeClaimsValidator extends AbstractClaimsValidator {
/**
* Has the auth_time been request e.g. explicitly, or by using the max_age parameter.
+ * @deprecated use the activation condition in the base class instead.
*
* @param isRequested has auth_time been requested.
*/
+ @Deprecated(forRemoval = true, since = "2.2.0")
public void setRequested(final Predicate<ProfileRequestContext> isRequested) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list