如何为Spring @MVC 3.0 REST应用程序实现身份验证和授权

发布于 2024-12-09 04:02:43 字数 106 浏览 0 评论 0原文

我已经将我的“骨架”实现为 Spring @MVC 3.0 REST 应用程序。那么任何人都可以指定我如何使用 Spring Security 为我的存根(客户端)应用程序执行身份验证和授权。谢谢。

I have been implemented my "skeleton" as Spring @MVC 3.0 REST application. Then can anyone please specify me to, how can I perform authentication and authorization with Spring Security, for my stub (client) applications. Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鸠魁 2024-12-16 04:02:43

您最好的选择是查看位于 spring security 发行版 jar 中的 spring security 教程应用程序。

从文档中:

下载最新的 Spring Security 发行版并解压缩文件。解压缩 Spring Security 后,您需要解压缩您将在其中找到的 spring-security-sample-tutorial-3.0.x.war 文件,因为我们需要其中包含的一些文件。解压 war 文件后,您将看到一个名为 spring-security-samples-tutorial-3.0.x 的文件夹(其中“x”是次版本号)。

您可以在此处下载它。

另请参阅宠物诊所安全教程。

用于技术探索目的的快速安全设置大约需要 30 分钟。

Your best bet would be looking at the spring security tutorial app which is located in the spring security distribution jar.

From the documentation:

Download the latest Spring Security distribution and unzip the file. After unzipping Spring Security, you'll need to unzip the spring-security-sample-tutorial-3.0.x.war file that you'll find in there, because we need some files that are included within it. After unzipping the war file, you will see a folder called spring-security-samples-tutorial-3.0.x (where "x" is the minor version number).

You can download it here.

Also have a look at the pet clinic security tutorial.

A quick security setup for technology exploration purposes should take around 30 minutes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文