secure a rest web service using jersey

我的未来我决定 提交于 2019-12-19 10:32:00

问题


I have implemented rest web services for my application. Since this should not be a public service ,I want to enforce some type of client authentication. Please throw light on how to do that.

FYI, I am using apache Tomcat 7 and a MYSQL database


回答1:


You have a lot of options here - anything from container managed security (basic or digest) to Shiro or Spring Security.



来源:https://stackoverflow.com/questions/12481539/secure-a-rest-web-service-using-jersey

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!