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