[java-opensaml] 04/09: Partial rollback to allow IdP extension of class.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 13 18:41:55 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5.1
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=598624880cc398dfff0f0e95e9bdd4e80d0079c1
commit 598624880cc398dfff0f0e95e9bdd4e80d0079c1
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