Package io.grpc.xds.internal.rbac.engine
Class GrpcAuthorizationEngine.DestinationPortRangeMatcher
java.lang.Object
io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.DestinationPortRangeMatcher
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
- Direct Known Subclasses:
AutoValue_GrpcAuthorizationEngine_DestinationPortRangeMatcher
- 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
- Specified by:
matches
in interfaceGrpcAuthorizationEngine.Matcher
-