IdPAuthUserPass - JAAS login modules?

Cantor, Scott cantor.2 at osu.edu
Fri Oct 18 09:57:22 EDT 2013


On 10/17/13 7:09 PM, "Joaquin Menchaca" <jmenchaca at verticalresponse.com>
wrote:

>I asked some of the questions, to understand why I couldn't use a
>particular login module versus another login module.  When I do searches
>out there, I get examples of implementing a JAAS solution in Java, but
>not configuring it from some servlet.

There isn't any reason you can't use any login module that's using a
username and password callback. There's no documentation or example
because there's nothing to say, the configuration of the module is
self-contained. It doesn't matter what the calling code is (and it's
orthogonal to servlets, JAAS is not a server-side technology at heart,
it's just used that way).

-- Scott




More information about the users mailing list