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

Method authConfig

xds/src/main/java/io/grpc/xds/RbacConfig.java:32–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 7

ipPortParserMethod · 0.80
portRangeParserMethod · 0.80
pathParserMethod · 0.80
authenticatedParserMethod · 0.80
headerParserMethod · 0.80
compositeRulesMethod · 0.80

Calls

no outgoing calls

Tested by 6

ipPortParserMethod · 0.64
portRangeParserMethod · 0.64
pathParserMethod · 0.64
authenticatedParserMethod · 0.64
headerParserMethod · 0.64
compositeRulesMethod · 0.64