使用 Java 进行基本和摘要式访问身份验证

发布于 2024-12-03 03:11:39 字数 88 浏览 0 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(2

我要还你自由 2024-12-10 03:11:39

这是一个 示例 使用 commons http 客户端库...

Here is an example with commons http client library...

关于从前 2024-12-10 03:11:39

既然您已经在使用 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.

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