Ok if I change the profile context conversation variable name?
Cantor, Scott
cantor.2 at osu.edu
Mon May 19 14:12:39 EDT 2014
On 5/19/14, 7:03 PM, "Marvin Addison" <marvin.addison at gmail.com> wrote:
>That leads to references like flowScope._idp_profileRequestContext,
>which looks strange to my Java eyeballs due to the leading underscore.
I don't think you have to qualify it frequently (it's conversationScope,
actually, but same point).
>Do you really need a namespace prefix? I would think simply
>profileRequestContext would be sufficient.
I tend to be leery of not doing anything at all to qualify something in a
global namespace (this is popular in JSON circles and will bite them in
the ass). Doesn't have to be underscored though.
It's actually a class in OpenSAML, and the binding name is defined there,
so how about opensamlProfileRequestContext?
-- Scott
More information about the dev
mailing list