数据库用户的 JSF2 表单身份验证

发布于 2024-09-13 05:52:55 字数 259 浏览 3 评论 0原文

我目前正在使用 JSF 2 和icefaces JavaScript 框架。

我在基于 url 的 j_security_check 方面遇到了一些问题(这不是重点),我的品味非常严格 我的问题是: 有没有更好的身份验证方法或其他替代方法?我找到了 JAAS,但没有说服我,因为用户存储在数据库表中。

目前我没有使用任何其他框架作为接缝或弹簧,我想我会让我的生活变得有点复杂,因为我是一个菜鸟。

不过,欢迎任何建议,如果你展示如何,我愿意尝试,我想学习=D

I'm currently using JSF 2 and icefaces framework for JavaScript.

I'm having some problems with j_security_check based on the url(that's not the point), that my taste is very strict
my question is:
Is there any better way of authentication, or some alternative? I find JAAS, but did not convince me because the users are stored in a database table.

At the moment I did not use any other framework as a seam or spring, I think I'll complicate my life a little, since I am a noob.

However, any suggestion is welcome, if you show how, I am willing to try, I want to learn =D

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

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

发布评论

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

评论(1

汐鸠 2024-09-20 05:52:55

我发现让你烦恼的是

用户存储在数据库中

您可以将列表保存在 XML 或属性文件中并从那里读取。

I see that what bothers you is the fact that

the users are stored in a database
table

You can save a list in XML or properties file and read it from there.

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