Uses of Class
io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3.CheckSettings.Builder
Packages that use CheckSettings.Builder
-
Uses of CheckSettings.Builder in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 that return CheckSettings.BuilderModifier and TypeMethodDescriptionCheckSettings.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CheckSettings.Builder.clear()CheckSettings.Builder.clearContextExtensions()CheckSettings.Builder.clearDisableRequestBodyBuffering()When set to ``true``, disable the configured :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` for a specific route.CheckSettings.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CheckSettings.Builder.clearGrpcService()Override with a gRPC service configuration.CheckSettings.Builder.clearHttpService()Override with an HTTP service configuration.CheckSettings.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CheckSettings.Builder.clearServiceOverride()CheckSettings.Builder.clearWithRequestBody()Enable or override request body buffering, which is configured using the :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` option for a specific route.CheckSettings.Builder.clone()ExtAuthzPerRoute.Builder.getCheckSettingsBuilder()Check request settings for this route.CheckSettings.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CheckSettings.Builder.mergeFrom(com.google.protobuf.Message other) CheckSettings.Builder.mergeFrom(CheckSettings other) CheckSettings.Builder.mergeGrpcService(GrpcService value) Override with a gRPC service configuration.CheckSettings.Builder.mergeHttpService(HttpService value) Override with an HTTP service configuration.final CheckSettings.BuilderCheckSettings.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CheckSettings.Builder.mergeWithRequestBody(BufferSettings value) Enable or override request body buffering, which is configured using the :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` option for a specific route.static CheckSettings.BuilderCheckSettings.newBuilder()static CheckSettings.BuilderCheckSettings.newBuilder(CheckSettings prototype) CheckSettings.newBuilderForType()protected CheckSettings.BuilderCheckSettings.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CheckSettings.Builder.putAllContextExtensions(Map<String, String> values) Context extensions to set on the CheckRequest's :ref:`AttributeContext.context_extensions<envoy_v3_api_field_service.auth.v3.AttributeContext.context_extensions>` You can use this to provide extra context for the external authorization server on specific virtual hosts/routes.CheckSettings.Builder.putContextExtensions(String key, String value) Context extensions to set on the CheckRequest's :ref:`AttributeContext.context_extensions<envoy_v3_api_field_service.auth.v3.AttributeContext.context_extensions>` You can use this to provide extra context for the external authorization server on specific virtual hosts/routes.CheckSettings.Builder.removeContextExtensions(String key) Context extensions to set on the CheckRequest's :ref:`AttributeContext.context_extensions<envoy_v3_api_field_service.auth.v3.AttributeContext.context_extensions>` You can use this to provide extra context for the external authorization server on specific virtual hosts/routes.CheckSettings.Builder.setDisableRequestBodyBuffering(boolean value) When set to ``true``, disable the configured :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` for a specific route.CheckSettings.Builder.setGrpcService(GrpcService value) Override with a gRPC service configuration.CheckSettings.Builder.setGrpcService(GrpcService.Builder builderForValue) Override with a gRPC service configuration.CheckSettings.Builder.setHttpService(HttpService value) Override with an HTTP service configuration.CheckSettings.Builder.setHttpService(HttpService.Builder builderForValue) Override with an HTTP service configuration.CheckSettings.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final CheckSettings.BuilderCheckSettings.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CheckSettings.Builder.setWithRequestBody(BufferSettings value) Enable or override request body buffering, which is configured using the :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` option for a specific route.CheckSettings.Builder.setWithRequestBody(BufferSettings.Builder builderForValue) Enable or override request body buffering, which is configured using the :ref:`with_request_body <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>` option for a specific route.CheckSettings.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 with parameters of type CheckSettings.BuilderModifier and TypeMethodDescriptionExtAuthzPerRoute.Builder.setCheckSettings(CheckSettings.Builder builderForValue) Check request settings for this route.