MCPcopy Create free account
hub / github.com/grpc/grpc-java / parseRaw

Method parseRaw

xds/src/test/java/io/grpc/xds/RbacFilterTest.java:397–402  ·  view source on GitHub ↗
(List<Permission> permissionList,
                                                      List<Principal> principalList)

Source from the content-addressed store, hash-verified

395 }
396
397 private ConfigOrError<RbacConfig> parseRaw(List<Permission> permissionList,
398 List<Principal> principalList) {
399 Message rawProto = buildRbac(permissionList, principalList);
400 Any proto = Any.pack(rawProto);
401 return FILTER_PROVIDER.parseFilterConfig(proto, getFilterContext());
402 }
403
404 private io.envoyproxy.envoy.extensions.filters.http.rbac.v3.RBAC buildRbac(
405 List<Permission> permissionList, List<Principal> principalList) {

Callers 1

ipPortParserMethod · 0.95

Calls 3

buildRbacMethod · 0.95
getFilterContextMethod · 0.95
parseFilterConfigMethod · 0.65

Tested by

no test coverage detected