Order of events after a proxied authentication

Cantor, Scott cantor.2 at osu.edu
Tue Sep 6 16:15:44 UTC 2022


On 9/6/22, 11:59 AM, "Wessel, Keith" <kwessel at illinois.edu> wrote:

>    One question, though. You say I can return both password and PPT. My 
> understanding is that the translation strategy has to return a singleton list. 

The function return type is List, if it was limited to one element the return type would be that element type rather than List.

Modern Java allows multiple elements to be returned in a List via List.of().

-- Scott






More information about the users mailing list