0

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

skaffman
  • 398,947
  • 96
  • 818
  • 769
Vishal G
  • 171
  • 3
  • 11

1 Answers1

0

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

skaffman
  • 398,947
  • 96
  • 818
  • 769