我如何连接到 Apache James?用户存储库并通过 Java 代码检索用户列表?

发布于 2024-10-28 07:04:12 字数 90 浏览 2 评论 0原文

如何连接到 Apache James 的用户存储库并通过 Java 代码检索用户列表?有没有办法使用 Apache James api?

谢谢 克里斯

How can I connect to Apache James' user repository and retrieve a list of users through Java code? Is there a way using the Apache James api?

Thank You
Chris

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

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

发布评论

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

评论(1

乞讨 2024-11-04 07:04:12

如果你知道怎么做的话,答案相当简单。

查看 Java Management eXtension (JMX) 并研究 UserManagementMBean

->编辑:
更简洁的链接关于 UserManagementMBean 的实现

目前,我无法提供代码示例,因为我自己目前也是 JMX 初学者。
也许您可以添加一些链接到我关于 James 关于 Apache James 学习资源的问题

The answer is rather simple if you know how.

Have a look at the Java Management eXtension (JMX) and study the UserManagementMBean.

-> edit:
the more concise link to the implementation of UserManagementMBean

Currently, I can't provide code samples because I'm a JMX beginner myself at the moment.
Perhaps you could add some links to my question about James about Apache James learning resources.

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