Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testAuthorizationInterceptor
Method · 0.95
overrideConfig
Method · 0.95
ignoredConfig
Method · 0.95
parseFilterConfigOverride
Method · 0.95
parseRbacConfig
Method · 0.95
Calls
no outgoing calls
Tested by
3
testAuthorizationInterceptor
Method · 0.76
overrideConfig
Method · 0.76
ignoredConfig
Method · 0.76