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

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -