如何在java中使用openid选择器
如何在java中使用openid选择器javascript API?我见过 openid4java 但这不是我想要的。我需要与 openid 选择器给出的接口相同的接口。
你能提供一些示例代码吗?
How to use openid selector javascript API in java? I have seen openid4java but that is not what I want. I need the same interface as given by openid selector.
Can you provide some sample code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么您想要一个用于 Java 的客户端(swing、applet)openId 库吗?我不认为有一个,因为它的存在没有意义 - openId 用于 Web 环境(它重定向回 url,这不是桌面应用程序的概念)
如果你,另一方面,想要一个 JSP taglib 或一个 JSF 组件来实现这一点 - 不,没有。但是您应该能够通过这些技术轻松使用 openid-selector。
So you want a client-side (swing, applet) openId library for Java? I don't think there is one, because it does not make sense for it to exist - openId is used in web environments (it redirects back to a url, which is not a concept of desktop applications)
If you, on the other hand, want a JSP taglib or a JSF component for that - no, there isn't. But you should be able to use the openid-selector easily with those technologies.