i try this

IdentityService identityService = processEngine.getIdentityService(); 
  | 
  | String dept =identityService.createGroup("sales-dept");
  | identityService.createUser("johndoe", "johndoe", "John", "Doe");
  | identityService.createMembership("johndoe", "sales-dept");

but it not field password in database how can i do?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269399#4269399

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269399
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to