数据库用户的 JSF2 表单身份验证
我目前正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现让你烦恼的是
您可以将列表保存在 XML 或属性文件中并从那里读取。
I see that what bothers you is the fact that
You can save a list in XML or properties file and read it from there.