使用 Seam 和 Seam 访问 OpenLDAP 的最佳框架 JBoss AS?

发布于 2024-07-13 14:24:43 字数 129 浏览 8 评论 0原文

我们目前正在实施一个基于网络的服务门户。 门户和服务是用 Seam 编写的,我们使用 OpenLDAP 来存储安全数据,例如用户、组和权限。 到目前为止,我们已经考虑编写自己的代码来访问 LDAP,但是是否有任何我们可以使用的现有 API?

We are currently implementing a portal to our web based services. The portal and services are written with Seam and we are using OpenLDAP to store the security data such as users, groups and permissions. So far we have looked at writing our own code to access LDAP but are there any existing APIs that we could use?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

oО清风挽发oО 2024-07-20 14:24:43

如果您是 Spring 用户,我会研究 Spring LDAP 模块。 它们做得很漂亮; 他们遵循 JDBC 实现规定的习惯用法。 非常干净,非常好。

If you're a Spring user, I'd look into the Spring LDAP modules. They're beautifully done; they follow the idiom laid down by their JDBC implementation. Very clean, very nice.

吾家有女初长成 2024-07-20 14:24:43

不久前,我们为我们的网络应用程序执行了此操作,并调查了以下内容:
http://developers.sun.com/sw/docs/examples/ appserver/ldap.html

但是,我们最终只使用 Tomcat 内置的 LDAP 支持,因为基本身份验证对我们来说就足够了。

以下是我们如何在 tomcat 中设置身份验证的示例:
http://blog .mc-thias.org/?c=1&more=1&pb=1&tb=1&title=tomcat_ldap_authentication

We did this for our web application a while ago and investigated the following:
http://developers.sun.com/sw/docs/examples/appserver/ldap.html

However, we ended up just using the LDAP support built in to Tomcat, since basic authentication was enough for us.

Here is an example on how we set up out authentication in tomcat:
http://blog.mc-thias.org/?c=1&more=1&pb=1&tb=1&title=tomcat_ldap_authentication

甜宝宝 2024-07-20 14:24:43

JLDAP

Java LDAP 类库 (JLDAP) 允许您编写应用程序来访问、管理、更新和搜索存储在可使用 LDAPv3 访问的目录中的信息。

JLDAP

The LDAP Class Libraries for Java (JLDAP) allow you to write applications to access, manage, update, and search for information stored in directories accessible using LDAPv3.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文