开发者

xfire: Intercepting Webservice header information

开发者 https://www.devze.com 2023-01-05 07:29 出处:网络
I have some webservices exposed through xfire and want to have security around those webservice calls. How can I add security without changing anything inside the web services? Basically I want to int

I have some webservices exposed through xfire and want to have security around those webservice calls. How can I add security without changing anything inside the web services? Basically I want to intercept these webservice calls before it is reaching actual webservice and to authenticate those 开发者_如何学Pythoncalls. Please help me

Regards Vishal G


Sounds like a job for Spring Security. It can provide security around an existing non-Spring application without any internal modification.

0

精彩评论

暂无评论...
验证码 换一张
取 消