this.parentGroupId = parentGroupId;
}
public String execute(Environment environment) throws Exception {
IdentitySession identitySession = environment.get(IdentitySession.class);
return identitySession.createGroup(groupName, groupType, parentGroupId);
}
}