[java-identity-provider] branch main updated: Work around sealed package.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 18 20:04:54 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=d1a13c6db3a8316fc01bda479332f98df10fa6d5
The following commit(s) were added to refs/heads/main by this push:
new d1a13c6db Work around sealed package.
d1a13c6db is described below
commit d1a13c6db3a8316fc01bda479332f98df10fa6d5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 18 15:04:51 2025 -0500
Work around sealed package.
---
.../context/logic/{ => testing}/AuthenticationResultPredicateTest.java | 3 ++-
.../context/logic/{ => testing}/PrincipalInResultPredicateTest.java | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/AuthenticationResultPredicateTest.java b/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/testing/AuthenticationResultPredicateTest.java
similarity index 96%
rename from idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/AuthenticationResultPredicateTest.java
rename to idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/testing/AuthenticationResultPredicateTest.java
index 4396be87c..4c8eac71c 100644
--- a/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/AuthenticationResultPredicateTest.java
+++ b/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/testing/AuthenticationResultPredicateTest.java
@@ -12,7 +12,7 @@
* limitations under the License.
*/
-package net.shibboleth.idp.authn.context.logic;
+package net.shibboleth.idp.authn.context.logic.testing;
import java.util.HashMap;
import java.util.Map;
@@ -28,6 +28,7 @@ import org.testng.annotations.Test;
import net.shibboleth.idp.authn.AuthenticationResult;
import net.shibboleth.idp.authn.context.AuthenticationContext;
import net.shibboleth.idp.authn.context.SubjectContext;
+import net.shibboleth.idp.authn.context.logic.AuthenticationResultPredicate;
import net.shibboleth.idp.authn.principal.AuthenticationResultPrincipal;
import net.shibboleth.idp.profile.testing.RequestContextBuilder;
import net.shibboleth.shared.collection.CollectionSupport;
diff --git a/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/PrincipalInResultPredicateTest.java b/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/testing/PrincipalInResultPredicateTest.java
similarity index 96%
rename from idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/PrincipalInResultPredicateTest.java
rename to idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/testing/PrincipalInResultPredicateTest.java
index f8bec284c..80b7f208b 100644
--- a/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/PrincipalInResultPredicateTest.java
+++ b/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/context/logic/testing/PrincipalInResultPredicateTest.java
@@ -12,7 +12,7 @@
* limitations under the License.
*/
-package net.shibboleth.idp.authn.context.logic;
+package net.shibboleth.idp.authn.context.logic.testing;
import java.util.HashMap;
import java.util.Map;
@@ -27,6 +27,7 @@ import org.testng.annotations.Test;
import net.shibboleth.idp.authn.AuthenticationResult;
import net.shibboleth.idp.authn.context.SubjectContext;
+import net.shibboleth.idp.authn.context.logic.PrincipalInResultPredicate;
import net.shibboleth.idp.authn.principal.AuthenticationResultPrincipal;
import net.shibboleth.idp.authn.testing.TestPrincipal;
import net.shibboleth.idp.profile.testing.RequestContextBuilder;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list