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