I am using Jboss 3.2.7 and I am trying to solve a similar problem. I am writing Custom JAAS LoginModule and want to access HttpSession in the LoginModule to store some information.
Using static methods of the the JACC javax.security.jacc.PolicyContext object is a good solution, but it is available only in J2ee1.4. Is there a way to do this in JBoss 3.27? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932456#3932456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932456 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
