Making Attribute Lowercase
Cantor, Scott
cantor.2 at osu.edu
Tue Sep 26 16:17:02 EDT 2017
On 9/26/17, 4:11 PM, "users on behalf of McKean, Brandon Scott - mckeanbs" <users-bounces at shibboleth.net on behalf of mckeanbs at jmu.edu> wrote:
> Is that the sort of approach you're referring to?
Technically that's unsafe because it's depending on the underlying object implementing (probably) List but the actual getValues() method returns Collection, which doesn't itself implement get().
That's why I said using getValues() has limitations whereas getNativeAttribute().getValues() is a List but has other complications to account for.
-- Scott
More information about the users
mailing list