* @param creator the uPortal user creating the new group
*/
public void createGroup(GroupForm groupForm, JsonEntityBean parent, IPerson creator) {
if (!canCreateMemberGroup(creator, parent.getId())) {
throw new RuntimeAuthorizationException(creator, CREATE_PERMISSION, groupForm.getKey());
}
if (log.isDebugEnabled()) {
log.debug("Creating new group for group form ["
+ groupForm.toString() + "] and parent ["