berkeleydbje 设置身份验证
如何在 berkeley db java 版中的数据库应用程序上设置用户身份验证。
How to set the user authentication on my database application in berkeley db java edition.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
刚刚看到这个问题没有答案。简而言之,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.