private static String stemName = "uc:applications:gnetid";
static GrouperQueryEngine getQueryEngine() throws IOException {
nsit.Config conf = nsit.Config.getInstance();
return new GrouperQueryEngine(conf.getOption("ldap_host"), conf.getOption("grouper_url"),
conf.getOption("grouper_user"), conf.getOption("grouper_password"), stemName);
}