Searched refs:clientIds (Results 1 – 3 of 3) 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()
113 Map<String,String> clientIds = new HashMap<>(); in getClientIds() local124 clientIds.put(name, value); // only add name-value pair for client ids in getClientIds()128 return clientIds; in getClientIds()
98 Map<String,String> clientIds = new HashMap<>(); in getClientIds() local109 clientIds.put(name, value); // only add name-value pair for client ids in getClientIds()113 return clientIds; in getClientIds()