[java-opensaml] branch main updated: Add event javadoc.

Scott Cantor cantor.2 at osu.edu
Thu Oct 3 17:50:35 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor 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=8a54c4fae86619c6c24f9ce9fdd3504212733c8c

The following commit(s) were added to refs/heads/main by this push:
     new 8a54c4fae Add event javadoc.
8a54c4fae is described below

commit 8a54c4fae86619c6c24f9ce9fdd3504212733c8c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 3 13:50:32 2024 -0400

    Add event javadoc.
---
 .../org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java     | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
index 33bd47f7d..b45e0a2eb 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
@@ -52,8 +52,10 @@ import net.shibboleth.shared.primitive.LoggerFactory;
  * <p>
  * The {@link ValidationResult} along with the {@link ValidationContext} used are stored in the assertion's
  * {@link XMLObject#getObjectMetadata()} as instance of {@link ValidationProcessingData}.
- * 
  * </p>
+ * 
+ * @event {@link SAMLEventIds#ASSERTION_INVALID}
+ * @event {@link SAMLEventIds#UNABLE_VALIDATE_ASSERTION}
  */
 public class ValidateAssertions extends AbstractProfileAction {
 
@@ -267,7 +269,6 @@ public class ValidateAssertions extends AbstractProfileAction {
         
             try { 
                 final ValidationContext validationContext = buildValidationContext(profileContext, assertion);
-            
                 final ValidationResult validationResult = validator.validate(assertion, validationContext);
                 if (validationResult != ValidationResult.VALID) {
                     sawNonValid = true;

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


More information about the commits mailing list