Package io.grpc.xds.internal.rbac.engine
Class GrpcAuthorizationEngine.SourceIpMatcher
java.lang.Object
io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.SourceIpMatcher
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
- Direct Known Subclasses:
AutoValue_GrpcAuthorizationEngine_SourceIpMatcher
- Enclosing class:
GrpcAuthorizationEngine
public abstract static class GrpcAuthorizationEngine.SourceIpMatcher
extends Object
implements GrpcAuthorizationEngine.Matcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(Matchers.CidrMatcher delegate) abstract Matchers.CidrMatcher
delegate()
boolean
-
Constructor Details
-
SourceIpMatcher
public SourceIpMatcher()
-
-
Method Details
-
delegate
-
create
-
matches
- Specified by:
matches
in interfaceGrpcAuthorizationEngine.Matcher
-