Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ipPortParser
Method · 0.80
portRangeParser
Method · 0.80
pathParser
Method · 0.80
authenticatedParser
Method · 0.80
headerParser
Method · 0.80
compositeRules
Method · 0.80
buildServerInterceptor
Method · 0.80
Calls
no outgoing calls
Tested by
6
ipPortParser
Method · 0.64
portRangeParser
Method · 0.64
pathParser
Method · 0.64
authenticatedParser
Method · 0.64
headerParser
Method · 0.64
compositeRules
Method · 0.64