Maciej Swiderski [
http://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: how to integration custom user system with jbpm5+?"
To view the discussion, visit:
http://community.jboss.org/message/642109#642109
--------------------------------------------------------------
You should provide implementation of
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/src/main/j...
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
[
http://community.jboss.org/message/642109#642109]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]