是否存在支持 openId 的 Java 身份验证和授权框架(Spring security 除外)?
实际上我对支持多种类型的 A&A 的 Java AA 框架很感兴趣。 我发现存在JAAS,但没有找到任何有关OpenId支持的信息。也许存在一个模块可以使用它? Spring Security 支持 OpenId,但我只是想看看有什么替代方案。我还读到 Spring Security 有点复杂。
我认为这主要是常见的功能,必须存在一种方法来简化开发人员的生活,而不是迫使他重新发明轮子。
Actually I am interested in Java AA framework that supports many types of A&A.
I found that exist JAAS, but did not find any information about OpenId support. Maybe there exists a module to use it?
Spring Security supports OpenId but I just want to see any alternative. Also I read that Spring Security is a little bit complicated.
I think it is mostly common functionality and there must exist a way to simplify the developer's life and not force him to reinvent the wheel.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一个。
它是 JSR-196 实现。
以下链接描述了如何将 OpenId4j 插入其中: http://www-02 .imixs.com/roller/ralphsjavablog/entry/openid_serverauthmodule_jsr_196_with
但它是面向 GlassFish 的。我不知道与其他 Java EE 应用服务器相比效果如何
I found one.
It's a JSR-196 implementation.
Here's the link describing how to plugin OpenId4j to it: http://www-02.imixs.com/roller/ralphsjavablog/entry/openid_serverauthmodule_jsr_196_with
But it's GlassFish oriented. I don't know how good it is with other Java EE App servers