accessing conversationScope from a authn flow reuseCondition-ref bean
Cantor, Scott
cantor.2 at osu.edu
Tue May 11 12:26:39 UTC 2021
On 5/10/21, 9:38 PM, "users on behalf of Jim Fox" <users-bounces at shibboleth.net on behalf of fox at washington.edu> wrote:
> Never mind. I had to cast the input.getSubcontext(..) to a SpringRequestContext. Then it worked ok.
If you're operating in Java, you can access the subcontexts a bit faster by passing the desired class type into getSubcontext, not the string. The method is also generic so that eliminates casts.
-- Scott
More information about the users
mailing list