Is there a Java authentication API in JBoss? I'm creating a custom LoginPortlet using Tapestry and would like to authenticate the user from a Java class.
I have disected the UserPortlet and see it routes a request through JAAS to a maximized portlet. But I'd like to enable a "login in place" behavior and I am in a Java class rather than authenticating through URL trigger. In WebLogic Portal this would be Authenticate.login(username, password), and Authenticate.logout(). Is there any such API in JBoss? Vince View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928644#3928644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928644 ------------------------------------------------------- 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
