Thanks for the tips. I decided I don't mind implementing a jboss-specific class for now and porting it later.
I read the docs and I think I understand how to extend UsernamePasswordLoginModule. However I've never tried to integrate authentication with a J2EE application server before, so I find myself asking a couple of questions which are probably pretty basic: (1) A user submits a name and password on a form in a web application. How do I present these to JBoss for authentication via my module? (2) A user is authenticated in a web application. Does the authentication become associated with the HTTP session? If so, how do I access it on subsequent requests? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891568#3891568 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891568 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
