Uses of Class
io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3.ApiKeyAuth.Builder
Packages that use ApiKeyAuth.Builder
-
Uses of ApiKeyAuth.Builder in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 that return ApiKeyAuth.BuilderModifier and TypeMethodDescriptionApiKeyAuth.Builder.addAllCredentials(Iterable<? extends Credential> values) The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.addAllKeySources(Iterable<? extends KeySource> values) The key sources to fetch the key from the coming request.ApiKeyAuth.Builder.addCredentials(int index, Credential value) The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.addCredentials(int index, Credential.Builder builderForValue) The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.addCredentials(Credential value) The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.addCredentials(Credential.Builder builderForValue) The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.addKeySources(int index, KeySource value) The key sources to fetch the key from the coming request.ApiKeyAuth.Builder.addKeySources(int index, KeySource.Builder builderForValue) The key sources to fetch the key from the coming request.ApiKeyAuth.Builder.addKeySources(KeySource value) The key sources to fetch the key from the coming request.ApiKeyAuth.Builder.addKeySources(KeySource.Builder builderForValue) The key sources to fetch the key from the coming request.ApiKeyAuth.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ApiKeyAuth.Builder.clear()ApiKeyAuth.Builder.clearCredentials()The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ApiKeyAuth.Builder.clearForwarding()Optional configuration to control what information should be propagated to upstream services.ApiKeyAuth.Builder.clearKeySources()The key sources to fetch the key from the coming request.ApiKeyAuth.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ApiKeyAuth.Builder.clone()ApiKeyAuth.Builder.mergeForwarding(Forwarding value) Optional configuration to control what information should be propagated to upstream services.ApiKeyAuth.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ApiKeyAuth.Builder.mergeFrom(com.google.protobuf.Message other) ApiKeyAuth.Builder.mergeFrom(ApiKeyAuth other) final ApiKeyAuth.BuilderApiKeyAuth.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ApiKeyAuth.BuilderApiKeyAuth.newBuilder()static ApiKeyAuth.BuilderApiKeyAuth.newBuilder(ApiKeyAuth prototype) ApiKeyAuth.newBuilderForType()protected ApiKeyAuth.BuilderApiKeyAuth.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ApiKeyAuth.Builder.removeCredentials(int index) The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.removeKeySources(int index) The key sources to fetch the key from the coming request.ApiKeyAuth.Builder.setCredentials(int index, Credential value) The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.setCredentials(int index, Credential.Builder builderForValue) The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.setForwarding(Forwarding value) Optional configuration to control what information should be propagated to upstream services.ApiKeyAuth.Builder.setForwarding(Forwarding.Builder builderForValue) Optional configuration to control what information should be propagated to upstream services.ApiKeyAuth.Builder.setKeySources(int index, KeySource value) The key sources to fetch the key from the coming request.ApiKeyAuth.Builder.setKeySources(int index, KeySource.Builder builderForValue) The key sources to fetch the key from the coming request.ApiKeyAuth.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ApiKeyAuth.BuilderApiKeyAuth.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ApiKeyAuth.toBuilder()