[jboss-user] [JBossWS] - webservive form-like authentication

2009-08-17 Thread fejesjoco
I would like to create a JBossWS webservice with a very specific authentication scheme, it's like securing a webservice like a website with form authentication. We want a login(...) webmethod (or several of them). When a client calls it and the authentication succeeds, we store that information

[jboss-user] [JBossWS] - Re: webservive form-like authentication

2009-08-17 Thread fejesjoco
One more thing, the application server is running JBoss 4.2.3 and JBossWS 3.0.5, although if there's no other way, I might be able to convince management to upgrade. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249953#4249953 Reply to the post : http://ww

[jboss-user] [JBossWS] - Re: webservive form-like authentication

2009-08-17 Thread fejesjoco
Alternatively, if I can't get JBoss to ask me who the currently logged in user is, can I explicitly tell it, like in a GenericSOAPHandler, xxx.yyy.setPrincipal()? Or where can I find information about a requests processing order? For example it would be good to know if session state is establis