[java-plugin-shibd] branch main updated: Missing import.
Codeberg
noreply at shibboleth.net
Mon Sep 7 12:53:18 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.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/608b8fa5f62c5c7375833e45f5fa0c5c83637bc9
The following commit(s) were added to refs/heads/main by this push:
new 608b8fa Missing import.
608b8fa is described below
commit 608b8fa5f62c5c7375833e45f5fa0c5c83637bc9
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Sep 7 08:53:09 2026 -0400
Missing import.
---
sp-server-api/src/main/java/net/shibboleth/sp/AgentResolver.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/sp-server-api/src/main/java/net/shibboleth/sp/AgentResolver.java b/sp-server-api/src/main/java/net/shibboleth/sp/AgentResolver.java
index 4a35516..27b63c1 100644
--- a/sp-server-api/src/main/java/net/shibboleth/sp/AgentResolver.java
+++ b/sp-server-api/src/main/java/net/shibboleth/sp/AgentResolver.java
@@ -16,6 +16,7 @@ package net.shibboleth.sp;
import net.shibboleth.shared.resolver.CriteriaSet;
import net.shibboleth.shared.resolver.Resolver;
+import net.shibboleth.sp.criteria.AgentCredentialCriterion;
/**
* Interface to a resolution service that identifies the target {@link Agent}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list