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.