berkeleydbje 设置身份验证

发布于 2024-08-17 14:31:09 字数 48 浏览 10 评论 0原文

如何在 berkeley db java 版中的数据库应用程序上设置用户身份验证。

How to set the user authentication on my database application in berkeley db java edition.

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

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

发布评论

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

评论(1

傲性难收 2024-08-24 14:31:09

刚刚看到这个问题没有答案。简而言之,Berkeley DB 是一个嵌入式数据库。它链接到您的应用程序。 BDB 库中没有用户身份或身份验证的概念。验证和管理对数据的访问是嵌入应用程序的功能。换句话说,您的应用程序应该使用最适合您的机制对用户进行身份验证。

将来您可能会发现,您可以在 Berkeley DB 的 Oracle 技术网络论坛上更快地获得有关 Berkeley DB 产品的答案,该论坛位于 在这里

Just saw that this question had gone unanswered. The short answer is that Berkeley DB is an embedded database. It links into your application. There is no concept of user identity or authentication within the BDB library. Authenticating and managing access to the data is a function of the embedding application. In other words, your application should authenticate the user using whatever mechanism works best for you.

In the future you may find that you get faster answers about Berkeley DB products on the Oracle Technology Network forums for Berkeley DB, which can be found here.

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