Package io.grpc.xds.internal.rbac.engine
Class AutoValue_GrpcAuthorizationEngine_PathMatcher
java.lang.Object
io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.PathMatcher
io.grpc.xds.internal.rbac.engine.AutoValue_GrpcAuthorizationEngine_PathMatcher
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_GrpcAuthorizationEngine_PathMatcher
extends GrpcAuthorizationEngine.PathMatcher
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.PathMatcher
create, matches
-
Field Details
-
delegate
-
-
Constructor Details
-
AutoValue_GrpcAuthorizationEngine_PathMatcher
AutoValue_GrpcAuthorizationEngine_PathMatcher(Matchers.StringMatcher delegate)
-
-
Method Details