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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...