Raw attributes from a HttpServletRequest attribute?

Cantor, Scott cantor.2 at osu.edu
Wed Aug 7 13:26:01 EDT 2013


On 8/7/13 12:56 PM, "Brian Reindel" <brian at reindel.com> wrote:
>
>Under "Information Available to the Script", those five interfaces
>have various fields that are accessible from the script attribute
>definition, one of which is the subject and then principals. As a part
>of the remote user handler authentication I set the principal,
>however, I'm not seeing how I could store extended data on it for use
>in the attribute definition.

You can set the Principal, but you can also set a Subject instead, and
populate it with any Principals you want. The login handler API has a
different attribute to use to set a Subject vs. a Principal.

-- Scott




More information about the users mailing list