[java-plugin-shibd-saml] branch main updated: Relocate criteria classes into their own package.
Codeberg
noreply at shibboleth.net
Mon Aug 31 12:50:45 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd-saml.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/b2fa60f05ee538b170452addec2660c84955f09c
The following commit(s) were added to refs/heads/main by this push:
new b2fa60f Relocate criteria classes into their own package.
b2fa60f is described below
commit b2fa60f05ee538b170452addec2660c84955f09c
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Aug 31 08:50:36 2026 -0400
Relocate criteria classes into their own package.
---
.../net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerFlowTest.java | 2 +-
.../sp/saml/flows/saml2/SAML2LogoutConsumerTokenFlowTest.java | 2 +-
.../net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerFlowTest.java b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerFlowTest.java
index c8a45d2..c920d7e 100644
--- a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerFlowTest.java
+++ b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerFlowTest.java
@@ -88,9 +88,9 @@ import net.shibboleth.shared.security.IdentifierGenerationStrategy;
import net.shibboleth.shared.service.ReloadableService;
import net.shibboleth.shared.service.ServiceableComponent;
import net.shibboleth.sp.Agent;
-import net.shibboleth.sp.AgentCredentialCriterion;
import net.shibboleth.sp.AgentResolver;
import net.shibboleth.sp.Application;
+import net.shibboleth.sp.criteria.AgentCredentialCriterion;
import net.shibboleth.sp.ddf.DDF;
import net.shibboleth.sp.flows.AbstractSPFlowTest;
import net.shibboleth.sp.messaging.RemotedHttpServletRequest;
diff --git a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerTokenFlowTest.java b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerTokenFlowTest.java
index 7471406..9fc04cd 100644
--- a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerTokenFlowTest.java
+++ b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2LogoutConsumerTokenFlowTest.java
@@ -64,10 +64,10 @@ import net.shibboleth.shared.security.DataSealer;
import net.shibboleth.shared.service.ReloadableService;
import net.shibboleth.shared.service.ServiceableComponent;
import net.shibboleth.sp.Agent;
-import net.shibboleth.sp.AgentCredentialCriterion;
import net.shibboleth.sp.AgentResolver;
import net.shibboleth.sp.Application;
import net.shibboleth.sp.context.AgentRequestContext;
+import net.shibboleth.sp.criteria.AgentCredentialCriterion;
import net.shibboleth.sp.ddf.DDF;
import net.shibboleth.sp.flows.AbstractSPFlowTest;
import net.shibboleth.sp.messaging.RemotedHttpServletResponse;
diff --git a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java
index 9c86aa4..7c8051b 100644
--- a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java
+++ b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/SAML2TokenConsumerFlowTest.java
@@ -96,10 +96,10 @@ import net.shibboleth.shared.security.IdentifierGenerationStrategy;
import net.shibboleth.shared.service.ReloadableService;
import net.shibboleth.shared.service.ServiceableComponent;
import net.shibboleth.sp.Agent;
-import net.shibboleth.sp.AgentCredentialCriterion;
import net.shibboleth.sp.AgentResolver;
import net.shibboleth.sp.Application;
import net.shibboleth.sp.context.AgentRequestContext;
+import net.shibboleth.sp.criteria.AgentCredentialCriterion;
import net.shibboleth.sp.ddf.DDF;
import net.shibboleth.sp.flows.AbstractSPFlowTest;
import net.shibboleth.sp.messaging.RemotedHttpServletRequest;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list