[java-opensaml] branch main updated: Partial rollback to allow IdP extension of class.

Scott Cantor cantor.2 at osu.edu
Wed Sep 18 16:23:19 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=bf652f587a1bf5b4a73153e164afecf010dc99cf

The following commit(s) were added to refs/heads/main by this push:
     new bf652f587 Partial rollback to allow IdP extension of class.
bf652f587 is described below

commit bf652f587a1bf5b4a73153e164afecf010dc99cf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 18 12:23:16 2024 -0400

    Partial rollback to allow IdP extension of class.
---
 .../org/opensaml/saml/saml2/testing/SAML2ActionTestingSupport.java   | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/opensaml-testing/src/main/java/org/opensaml/saml/saml2/testing/SAML2ActionTestingSupport.java b/opensaml-testing/src/main/java/org/opensaml/saml/saml2/testing/SAML2ActionTestingSupport.java
index 0d684a962..cea05723c 100644
--- a/opensaml-testing/src/main/java/org/opensaml/saml/saml2/testing/SAML2ActionTestingSupport.java
+++ b/opensaml-testing/src/main/java/org/opensaml/saml/saml2/testing/SAML2ActionTestingSupport.java
@@ -48,7 +48,7 @@ import net.shibboleth.shared.annotation.constraint.NotEmpty;
  * Helper methods for creating/testing SAML 2 objects within profile action tests. When methods herein refer to mock
  * objects they are always objects that have been created via Mockito unless otherwise noted.
  */
-public final class SAML2ActionTestingSupport {
+public class SAML2ActionTestingSupport {
 
     /** ID used for all generated {@link Response} objects. */
     @Nonnull public static final  String REQUEST_ID = "request";
@@ -58,9 +58,6 @@ public final class SAML2ActionTestingSupport {
 
     /** ID used for all generated {@link Assertion} objects. */
     @Nonnull public static final String ASSERTION_ID = "assertion";
-    
-    /** Constructor. */
-    private SAML2ActionTestingSupport() {}
 
     /**
      * Builds an empty response. The ID of the message is {@link ActionTestingSupport#OUTBOUND_MSG_ID}, the issue

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


More information about the commits mailing list