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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...