[jboss-user] [JBoss Seam] - Re: Seam 1.1.5, authentication, and writing an authenticatio
shane.bryzak@jboss.com
do-not-reply at jboss.com
Fri Feb 2 20:00:33 EST 2007
Since the security API uses JAAS for authentication it's totally extensible in this area. You simply need to provide your own LoginContext to Identity, i.e:
Identity.instance().authenticate(myLoginContext);
Your LoginContext can use whatever JAAS configuration you like.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010317#4010317
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010317
More information about the jboss-user
mailing list