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) class
AutoValue_Matchers_CidrMatcher
Methods in io.grpc.xds.internal that return Matchers.CidrMatcher Modifier and Type Method Description static Matchers.CidrMatcher
Matchers.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.CidrMatcher
AutoValue_GrpcAuthorizationEngine_DestinationIpMatcher. delegate
private Matchers.CidrMatcher
AutoValue_GrpcAuthorizationEngine_SourceIpMatcher. delegate
Methods in io.grpc.xds.internal.rbac.engine that return Matchers.CidrMatcher Modifier and Type Method Description Matchers.CidrMatcher
AutoValue_GrpcAuthorizationEngine_DestinationIpMatcher. delegate()
Matchers.CidrMatcher
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.CidrMatcher Modifier and Type Method Description static GrpcAuthorizationEngine.DestinationIpMatcher
GrpcAuthorizationEngine.DestinationIpMatcher. create(Matchers.CidrMatcher delegate)
static GrpcAuthorizationEngine.SourceIpMatcher
GrpcAuthorizationEngine.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)
-