[java-opensaml] branch main updated: Add missing Javadoc for new param.
Brent Putman
putmanb at georgetown.edu
Wed Mar 2 05:12:36 UTC 2022
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=bc0d51a18c3b258822293d8653473a4f35c53463
The following commit(s) were added to refs/heads/main by this push:
new bc0d51a18 Add missing Javadoc for new param.
bc0d51a18 is described below
commit bc0d51a18c3b258822293d8653473a4f35c53463
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Mar 2 00:12:15 2022 -0500
Add missing Javadoc for new param.
---
.../org/opensaml/saml/saml2/assertion/SAML20AssertionValidator.java | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/assertion/SAML20AssertionValidator.java b/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/assertion/SAML20AssertionValidator.java
index b3ac51343..5f05ffb22 100644
--- a/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/assertion/SAML20AssertionValidator.java
+++ b/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/assertion/SAML20AssertionValidator.java
@@ -104,6 +104,12 @@ import org.w3c.dom.Element;
* will be used.
* </li>
* <li>
+ * {@link SAML2AssertionValidationParameters#LIFETIME}:
+ * Optional.
+ * If not present the default lifetime of {@link SAML20AssertionValidator#DEFAULT_LIFETIME}
+ * will be used.
+ * </li>
+ * <li>
* {@link SAML2AssertionValidationParameters#COND_REQUIRED_CONDITIONS}:
* Optional.
* </li>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list