简体   繁体   English

在 java web 应用程序中添加用户身份验证

[英]Adding user authentication in java web app

I need to authenticate the users who visit my java based web app (Servlets and JSP) using different social media like facebook, twitter, google and yahoo. I need to authenticate the users who visit my java based web app (Servlets and JSP) using different social media like facebook, twitter, google and yahoo.

Is there any open source library which solves this problem?有没有解决这个问题的开源库? Instead of working on different API's an open source java library would be helpful.与其使用不同的 API,开源 java 库会有所帮助。

The guys from SpringSource have a library doing what you ask for, called Spring Social . SpringSource 的人有一个库,可以满足您的要求,称为Spring Social The linked blog article explains what it does with some nice examples.链接的博客文章用一些很好的例子解释了它的作用。 But the project is still in beta (even though the quality of their deliverables has always been rock solid).但该项目仍处于测试阶段(尽管其可交付成果的质量一直坚如磐石)。

Take a look at openid4java .看看openid4java

This library allows you to OpenID-enable your Java webapp.该库允许您为您的 Java webapp 启用 OpenID。

You can use Open ID with openid4java .您可以将Open IDopenid4java一起使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Java中Web服务的用户身份验证 - User authentication for web services in Java 用于Web用户身份验证的Java选项 - Java options for web user authentication java-哪种方式易于实现而且安全,适用于Web应用程序/ Web服务中的最终用户身份验证 - java- which way is easy to implement yet secure, for end user authentication in a web app/web service 如何在AWS Elastic Beanstalk上为Java Web应用程序创建用户身份验证系统? - How to go about creating a user authentication system for a Java web app on AWS Elastic Beanstalk? 是否存在具有用户身份验证的现有基本Java Web应用程序,我可以将其用作模板以快速入门? - is there an existing basic Java web app with user authentication that I can use as a template to get started fast? Java Web应用程序中是否有用于身份验证的库? - Any library for authentication in a java web-app? Java EE 7 Web应用程序的简单身份验证 - Simple authentication for java ee 7 web app Java Web应用程序中具有用户令牌的用户身份验证管理和会话管理 - User authentication management with user token and session management in java web application Azure Java Web App将库添加到Classpath - Azure Java Web App adding libraries to Classpath 将vaadin ui添加到现有的Java Web应用程序中 - adding vaadin ui to existing java web app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM