Searched refs:clientIds (Results 1 – 2 of 2) sorted by relevance
44 Map<String, String> clientIds = PropertyUtil.getClientIds(); in collectClientIds() local45 for (String name : clientIds.keySet()) { in collectClientIds()48 store.addResult("value", clientIds.get(name)); in collectClientIds()
168 Map<String,String> clientIds = new HashMap<>(); in getClientIds() local179 clientIds.put(name, value); // only add name-value pair for client ids in getClientIds()183 return clientIds; in getClientIds()