Checkbox on login page
Cantor, Scott
cantor.2 at osu.edu
Fri Jun 9 16:32:01 EDT 2017
On 6/9/17, 4:19 PM, "users on behalf of Brent Putman" <users-bounces at shibboleth.net on behalf of putmanb at georgetown.edu> wrote:
> Extracting and storing to a native SWF scoped attribute is nice. That's actually closer I think to what "regular" non-Shib apps do
> with SWF in general, as opposed to writing full-blown Action interface impls like we usually do.
I have considered merging the two by creating a "ScratchContext" of sorts (maybe FlowContext?) to hold basic data like that so it doesn't fork the state management model. It's a hassle to create Java code simply to throw a map of data into the state tree and doing it that way would work with Spring expressions reasonably well.
It's better to stick to the context tree because all the functional and conditional objects and interfaces across the system operate on the ProfileRequestContext, so it's actually more work to walk back up to the Spring state from there.
-- Scott
More information about the users
mailing list