Searched refs:mapToApiGroupsCache (Results 1 – 1 of 1) sorted by relevance
418 .map((e -> Map.entry(e.getKey(), mapToApiGroupsCache(e.getValue())))) in getPackageToApiDenyGroupsCacheMap()466 private static Map<String, ApiGroupsCache> mapToApiGroupsCache(Map<String, List<String>> map) { in mapToApiGroupsCache() method