[jboss-user] [jBPM Users] - Re: how to create user in to jbpm workflow (identity)
optixpro
do-not-reply at jboss.com
Sat Nov 28 23:50:56 EST 2009
oh i found some
identityService.createGroup("sales-dept");
|
| identityService.createUser("johndoe", "johndoe", "John", "Doe");
| identityService.createMembership("johndoe", "sales-dept");
|
| identityService.createUser("joesmoe", "joesmoe", "Joe", "Smoe");
| identityService.createMembership("joesmoe", "sales-dept");
if it yes. how can i assign username & password to login as each user thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267930#4267930
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267930
More information about the jboss-user
mailing list