使用 Java 进行基本和摘要式访问身份验证
我正在使用 Spring 开发一个 Web 应用程序。我已经阅读了基本和摘要身份验证基础知识。但是我如何用Java实现它,有没有任何代码示例或者它是否有任何框架?
I am developing a web application with Spring. I have read about basic and digest authentication fundamentals. However how can I implement it with Java, is there any code example or is there any framework does it form me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个 示例 使用 commons http 客户端库...
Here is an example with commons http client library...
既然您已经在使用 Spring...
Spring Security 实现了这些功能,并且它的 手册 是开始阅读相关内容的好地方它。
Since you're already using Spring…
Spring Security implements these things, and its manual is a good place to start reading about it.