Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用Jersey. 我现在需要做的是保护他们。这意味着我需要加密传输的数据并对用户进行身份验证。我使用的服务器是Tomcat
Jersey
Tomcat
有没有这方面的文章和教程?
对于加密,您可以在 tomcat 中使用 https。 这是有关如何操作的指南。对于身份验证,您可以查看这篇文章。
希望这可以帮助 !!
我认为,如果您没有具体细节,您应该使用基于令牌的身份验证。
身份验证发生在另一个服务上,而不是 REST 服务,一旦经过身份验证,就可以使用令牌并将其提供给客户端以访问 REST 服务。