Searched refs:userProjects (Results 1 - 1 of 1) sorted by relevance

/opengrok/plugins/src/main/java/
H A DHttpBasicAuthorizationPlugin.java42 private static final Map<String, Set<String>> userProjects = new TreeMap<>(); field in class:HttpBasicAuthorizationPlugin
47 userProjects.put("007", new TreeSet<>(Arrays.asList(new String[]{"test-project-11", "test-project-5"})));
48 userProjects.put("008", new TreeSet<>(Arrays.asList(new String[]{"test-project-11", "test-project-8"})));
49 userProjects.put("009", new TreeSet<>(Arrays.asList(new String[]{"test-project-11"})));
50 userProjects.put("00A", new TreeSet<>(Arrays.asList(new String[]{"test-project-11"})));
51 userProjects.put("00B", new TreeSet<>(Arrays.asList(new String[]{"test-project-11"})));
92 userProjects.get(request.getUserPrincipal().getName()).add(p.getDescription());
95 userProjects.get(request.getUserPrincipal().getName()).add(p.getDescription());
99 userProjects.get(request.getUserPrincipal().getName()).add(p.getDescription());
102 userProjects
[all...]

Completed in 7 milliseconds