java - Securing RESTful webservices (Jersey on Tomcat) -
i have implemented number of web services using jersey
. need secure them. means need encrypt data transferred , authenticate users. server i'm using tomcat
is there articles , tutorials this?
for encryption can use https in tomcat. here guide on how it. authentication can use have @ post.
hope helps !!
Comments
Post a Comment