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

Method create

xds/src/main/java/io/grpc/xds/RbacConfig.java:35–37  ·  view source on GitHub ↗
(@Nullable AuthConfig authConfig)

Source from the content-addressed store, hash-verified

33 abstract AuthConfig authConfig();
34
35 static RbacConfig create(@Nullable AuthConfig authConfig) {
36 return new AutoValue_RbacConfig(authConfig);
37 }
38}

Callers 5

overrideConfigMethod · 0.95
ignoredConfigMethod · 0.95
parseRbacConfigMethod · 0.95

Calls

no outgoing calls

Tested by 3

overrideConfigMethod · 0.76
ignoredConfigMethod · 0.76