Class GrpcAuthorizationEngine.DestinationPortRangeMatcher
java.lang.Object
io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.DestinationPortRangeMatcher
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
- Enclosing class:
GrpcAuthorizationEngine
public abstract static class GrpcAuthorizationEngine.DestinationPortRangeMatcher
extends Object
implements GrpcAuthorizationEngine.Matcher
-
Constructor Details
-
DestinationPortRangeMatcher
public DestinationPortRangeMatcher()
-
-
Method Details
-
start
public abstract int start() -
end
public abstract int end() -
create
Start of the range is inclusive. End of the range is exclusive. -
matches
public boolean matches(io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.EvaluateArgs args) - Specified by:
matchesin interfaceGrpcAuthorizationEngine.Matcher
-