Using org.opensaml.profile.logic.IPRangePredicate in MFA nextFlowStrategy
Cantor, Scott
cantor.2 at osu.edu
Thu Apr 3 20:01:52 UTC 2025
> But since I may have multiple ranges I was wondering is
> there is any trick to IPRangePredicate
If by trick you mean "give the predicate multiple ranges"; the input setter for that class takes a collection, not a single range.
https://shibboleth.net/api/java-opensaml/5.1.4/org/opensaml/profile/logic/IPRangePredicate.html
The only reason giving it one works is that Spring converts singletons to collections automatically.
-- Scott
More information about the users
mailing list