从 Java 中的成员资格表对用户进行身份验证
我有一个 ASP.NET Web 应用程序,它使用成员身份进行身份验证和授权。现在我已经用 Java 开发了应用程序,该应用程序可以从同一数据库(即从成员资格表)对用户进行身份验证。怎么做呢?
I have a asp.net web application which is using membership for authentication and authorization. Now I have develop the application in Java which authenticate the user from the same database [i.e. from the membership tables]. How to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
许多框架都有一个安全“库”来抽象出低级的东西。
你使用什么框架?
如果您不使用 Spring 和 Spring Security,请看一下。
Many frameworks have a security "library" to abstract away the low level stuff.
What framework are you using?
If you aren't using one take a look at Spring and Spring Security.