Referencing entity attributes in the terms of use key bean

Wessel, Keith kwessel at illinois.edu
Fri Sep 25 17:26:31 UTC 2020


That did it. Thank you very much.

I've got things set up to stick with test for V4 since our remaining life on V3 will be short, anyway.

Thanks for the easy workaround.

Keith


-----Original Message-----
From: users <users-bounces at shibboleth.net> On Behalf Of Cantor, Scott
Sent: Friday, September 25, 2020 11:15 AM
To: Shib Users <users at shibboleth.net>
Subject: Re: Referencing entity attributes in the terms of use key bean

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


-- 
For Consortium Member technical support, see https://wiki.shibboleth.net/confluence/x/coFAAg
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list