Uses of Class
io.grpc.xds.RbacConfig
-
Packages that use RbacConfig Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of RbacConfig in io.grpc.xds
Subclasses of RbacConfig in io.grpc.xds Modifier and Type Class Description (package private) class
AutoValue_RbacConfig
Methods in io.grpc.xds that return RbacConfig Modifier and Type Method Description (package private) static RbacConfig
RbacConfig. create(GrpcAuthorizationEngine.AuthConfig authConfig)
Methods in io.grpc.xds that return types with arguments of type RbacConfig Modifier and Type Method Description ConfigOrError<RbacConfig>
RbacFilter. parseFilterConfig(com.google.protobuf.Message rawProtoMessage)
ConfigOrError<RbacConfig>
RbacFilter. parseFilterConfigOverride(com.google.protobuf.Message rawProtoMessage)
(package private) static ConfigOrError<RbacConfig>
RbacFilter. parseRbacConfig(RBAC rbac)
-