我如何连接到 Apache James?用户存储库并通过 Java 代码检索用户列表?
如何连接到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你知道怎么做的话,答案相当简单。
查看 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.