ugStore.addUser(ugStore.createUserObject("cite_noinfo", "cite", true));
ugStore.addUser(ugStore.createUserObject("cite_nostates", "cite", true));
ugStore.addUser(ugStore.createUserObject("cite_texas", "cite", true));
ugStore.addUser(ugStore.createUserObject("cite_mosaic1", "cite", true));
ugStore.addUser(ugStore.createUserObject("cite_mosaic2", "cite", true));
ugStore.store();
GeoServerRoleStore roleStore= getSecurityManager().getActiveRoleService().createStore();
GeoServerRole role = roleStore.createRoleObject("ROLE_DUMMY");
roleStore.addRole(role);
roleStore.associateRoleToUser(role, "cite");