[jboss-dev-forums] [Design of JBoss jBPM] - Re: IdentityService API Usage update
jeff.yuchang
do-not-reply at jboss.com
Thu Jun 11 08:16:19 EDT 2009
"kukeltje" wrote : Hmm... does this mean the JBoss idm creates the groupId? I hope there is some nice logic behind it and not some 'hash' thingy (I've not looked at the JBoss idm code so forgive me if my remark is bs ;-))
For the Jboss idm, it uses following pattern for the groupId:
| public String getId()
| {
| return PREFIX + SEPARATOR + groupType + SEPARATOR + groupName;
| }
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236994#4236994
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236994
More information about the jboss-dev-forums
mailing list