Referencing entity attributes in the terms of use key bean
Cantor, Scott
cantor.2 at osu.edu
Fri Sep 25 16:15:03 UTC 2020
On 9/25/20, 12:12 PM, "users on behalf of Wessel, Keith" <users-bounces at shibboleth.net on behalf of kwessel at illinois.edu> wrote:
> Did IdP 3 or Java 8 have a different syntax for such tests? I'm not finding any similar scenarios in the other configs.
The V3 code does not use Java 8 Predicate/Function objects because it required Java 7, not Java 8, which did not exist at the time it was created. Google Guava library pre-standard Predicates used apply, not test. Our objects by and large support both to catch and warn on those apply calls until V5 so if you really care, use apply for both and change it later I guess.
-- Scott
More information about the users
mailing list