Uses of Class
io.grpc.xds.internal.Matchers.CidrMatcher
-
Packages that use Matchers.CidrMatcher Package Description io.grpc.xds.internal Interfaces and implementations that are internal to gRPC.io.grpc.xds.internal.rbac.engine -
-
Uses of Matchers.CidrMatcher in io.grpc.xds.internal
Subclasses of Matchers.CidrMatcher in io.grpc.xds.internal Modifier and Type Class Description (package private) classAutoValue_Matchers_CidrMatcherMethods in io.grpc.xds.internal that return Matchers.CidrMatcher Modifier and Type Method Description static Matchers.CidrMatcherMatchers.CidrMatcher. create(java.net.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.CidrMatcher Modifier and Type Field Description private Matchers.CidrMatcherAutoValue_GrpcAuthorizationEngine_DestinationIpMatcher. delegateprivate Matchers.CidrMatcherAutoValue_GrpcAuthorizationEngine_SourceIpMatcher. delegateMethods in io.grpc.xds.internal.rbac.engine that return Matchers.CidrMatcher Modifier and Type Method Description Matchers.CidrMatcherAutoValue_GrpcAuthorizationEngine_DestinationIpMatcher. delegate()Matchers.CidrMatcherAutoValue_GrpcAuthorizationEngine_SourceIpMatcher. delegate()abstract Matchers.CidrMatcherGrpcAuthorizationEngine.DestinationIpMatcher. delegate()abstract Matchers.CidrMatcherGrpcAuthorizationEngine.SourceIpMatcher. delegate()Methods in io.grpc.xds.internal.rbac.engine with parameters of type Matchers.CidrMatcher Modifier and Type Method Description static GrpcAuthorizationEngine.DestinationIpMatcherGrpcAuthorizationEngine.DestinationIpMatcher. create(Matchers.CidrMatcher delegate)static GrpcAuthorizationEngine.SourceIpMatcherGrpcAuthorizationEngine.SourceIpMatcher. create(Matchers.CidrMatcher delegate)Constructors in io.grpc.xds.internal.rbac.engine with parameters of type Matchers.CidrMatcher Constructor Description AutoValue_GrpcAuthorizationEngine_DestinationIpMatcher(Matchers.CidrMatcher delegate)AutoValue_GrpcAuthorizationEngine_SourceIpMatcher(Matchers.CidrMatcher delegate)
-