[jboss-user] [jBPM Users] - Re: why i can't use identityService in jbpm4
optixpro
do-not-reply at jboss.com
Mon Dec 7 12:01:50 EST 2009
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
More information about the jboss-user
mailing list