Securing a REST API in Java [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I am building a REST API in Java - using Jersey. I want to secure sensitive API calls with an API token security scheme, but I don't have any idea where to start. Is there a framework that will do this for me out of the box? Or do I have to implement my own security scheme? 回答1: There are several frameworks to do