如何为Spring @MVC 3.0 REST应用程序实现身份验证和授权
我已经将我的“骨架”实现为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您最好的选择是查看位于 spring security 发行版 jar 中的 spring security 教程应用程序。
从文档中:
您可以在此处下载它。
另请参阅宠物诊所安全教程。
用于技术探索目的的快速安全设置大约需要 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:
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.