I have protected a web service using JAAS and DatabaseServerLoginModule. For that it was defined a security domain java:/jaas/seefDomain in the jboss-web.xml, and everything is working well, but now after the authentication i need to make a check about some data that comes in the webservice (big xml file) and for that i need to retrive the username that has authenticated in order to compare with the data from the xml file. I have searched a lot and still couldn't figure how to do this... what am i doing wrong? Can anyone point me directions?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938947#3938947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938947 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
