Secure Java Web Services - Stack Overflow
You should do two things, first secure the transport using SSL. If you control both the clients and the server then you can require 2-way SSL which would ensure that only trusted clients can connect.
Second you can implement WS security protocols. Web service security standards tend to deal with three things: Authentication, Digital Signatures and Encyption/Decyption (from the Spring-WS docs):
Read full article from Secure Java Web Services - Stack Overflow
No comments:
Post a Comment