secure a rest web service using jersey

前端 未结 1 1879
迷失自我
迷失自我 2021-01-15 14:46

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

相关标签:
1条回答
  • 2021-01-15 15:42

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

    0 讨论(0)
提交回复
热议问题