Order of events after a proxied authentication

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


(Technically the return type is Collection<>, not List, so Set is also fine, etc.)

-- Scott

On 9/6/22, 12:15 PM, "Cantor, Scott" <cantor.2 at osu.edu> wrote:

    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