Class GrpcAuthorizationEngine.DestinationIpMatcher
java.lang.Object
io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.DestinationIpMatcher
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
- Enclosing class:
GrpcAuthorizationEngine
public abstract static class GrpcAuthorizationEngine.DestinationIpMatcher
extends Object
implements GrpcAuthorizationEngine.Matcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(Matchers.CidrMatcher delegate) abstract Matchers.CidrMatcherdelegate()booleanmatches(io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.EvaluateArgs args)
-
Constructor Details
-
DestinationIpMatcher
public DestinationIpMatcher()
-
-
Method Details
-
delegate
-
create
-
matches
public boolean matches(io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.EvaluateArgs args) - Specified by:
matchesin interfaceGrpcAuthorizationEngine.Matcher
-