xfire:拦截Webservice头信息
我有一些通过 xfire 公开的 Web 服务,并且希望确保这些 Web 服务调用的安全性。如何在不更改 Web 服务内部任何内容的情况下增加安全性?基本上我想在这些 Web 服务调用到达实际的 Web 服务之前拦截这些调用并验证这些调用。请帮助我
问候 维沙尔·G
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 calls. Please help me
Regards
Vishal G
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来像是 Spring Security 的工作。它可以为现有的非 Spring 应用程序提供安全性,而无需进行任何内部修改。
Sounds like a job for Spring Security. It can provide security around an existing non-Spring application without any internal modification.