JBoss Community

Re: how to integration custom user system with jbpm5+?

created by Maciej Swiderski in jBPM - View the full discussion

You should provide implementation of UserGroupCallback interface, dedicated to your custom user system.

 

Once you have the implementation ready you should provide it to the jvm that is starting the task server with parameter "jbpm.usergroup.callback", for instance -Djbpm.usergroup.callback=com.test.ldap.LdapUserGroupCallback

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community