-1

I want to integrate the jbpm 5.4 into my application which is based on Spring MVC 3. This integration performed using REST API. I have already user table which stores the username and password in the table. This is table is the part of my user management module.

Issue is that can I use my user table as users in gwt-console-server (REST API) in jbpm? Because jbpm uses Java property file for user management.

4

2 回答 2

0

jBPM 使用 JAAS 进行身份验证,默认情况下将用户/组存储到属性文件中。但是您可以重新配置您的安全域以使用例如数据库或 LDAP 作为后端。

于 2013-05-23T18:41:43.543 回答
0

您是否尝试过我们正在构建的新控制台 ng?它更容易集成和扩展。从 GitHub 中查看:GitHub.com/droolsjbpm/jbpm-console-ng/

于 2013-05-18T15:16:07.820 回答