new UserInfo("userWithoutDefaultProcPerm", "password", new String[] {"groupWiThoutDefaultProcPerm"}),
new UserInfo("userWithDefaultProcReadPerm", "password", new String[] {"groupWiThDefaultProcReadPerm"})
};
project.addUsers(users);
GroupInfo groups[] = new GroupInfo[] {
new GroupInfo("Group1", false, false, false, false, false, false),
new GroupInfo("Group2", true, false, false, false, false, false),
new GroupInfo("Group3", true, false, false, false, false, false),
new GroupInfo("GroupWithDefaultUserPerm", true, false, false, false, false, true),
new GroupInfo("GroupWithAllProcPerm", false, false, false, false, false, true),
new GroupInfo("GroupWithDefaultProcPerm", false, false, false, true, false, false),
new GroupInfo("GroupWithoutDefaultProcPerm", false, false, false, false, false, false),
new GroupInfo("GroupWithDefaultProcReadPerm", false, false, false, false, true, false)
};
project.addGroups(groups);
project.setSecurityEnabled(true);
// export disabled in community