Uses of Class
io.grpc.xds.internal.Matchers.CidrMatcher
Packages that use Matchers.CidrMatcher
Package
Description
Interfaces and implementations that are internal to gRPC.
-
Uses of Matchers.CidrMatcher in io.grpc.xds.internal
Subclasses of Matchers.CidrMatcher in io.grpc.xds.internalMethods in io.grpc.xds.internal that return Matchers.CidrMatcherModifier and TypeMethodDescriptionstatic Matchers.CidrMatcher
Matchers.CidrMatcher.create
(InetAddress addressPrefix, int prefixLen) Constructs a CidrMatcher with this prefix and prefix length. -
Uses of Matchers.CidrMatcher in io.grpc.xds.internal.rbac.engine
Fields in io.grpc.xds.internal.rbac.engine declared as Matchers.CidrMatcherModifier and TypeFieldDescriptionprivate final Matchers.CidrMatcher
AutoValue_GrpcAuthorizationEngine_DestinationIpMatcher.delegate
private final Matchers.CidrMatcher
AutoValue_GrpcAuthorizationEngine_SourceIpMatcher.delegate
Methods in io.grpc.xds.internal.rbac.engine that return Matchers.CidrMatcherModifier and TypeMethodDescriptionAutoValue_GrpcAuthorizationEngine_DestinationIpMatcher.delegate()
AutoValue_GrpcAuthorizationEngine_SourceIpMatcher.delegate()
abstract Matchers.CidrMatcher
GrpcAuthorizationEngine.DestinationIpMatcher.delegate()
abstract Matchers.CidrMatcher
GrpcAuthorizationEngine.SourceIpMatcher.delegate()
Methods in io.grpc.xds.internal.rbac.engine with parameters of type Matchers.CidrMatcherModifier and TypeMethodDescriptionGrpcAuthorizationEngine.DestinationIpMatcher.create
(Matchers.CidrMatcher delegate) GrpcAuthorizationEngine.SourceIpMatcher.create
(Matchers.CidrMatcher delegate) Constructors in io.grpc.xds.internal.rbac.engine with parameters of type Matchers.CidrMatcherModifierConstructorDescription(package private)
(package private)