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

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -

java Extracting Zip file -