Uses of Class
io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3.KeySource.Builder
Packages that use KeySource.Builder
-
Uses of KeySource.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 KeySource.BuilderModifier and TypeMethodDescriptionApiKeyAuth.Builder.addKeySourcesBuilder()The key sources to fetch the key from the coming request.ApiKeyAuth.Builder.addKeySourcesBuilder(int index) The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.Builder.addKeySourcesBuilder()The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.Builder.addKeySourcesBuilder(int index) The key sources to fetch the key from the coming request.KeySource.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) KeySource.Builder.clear()KeySource.Builder.clearCookie()The cookie name to fetch the key.KeySource.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) KeySource.Builder.clearHeader()The header name to fetch the key.KeySource.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) KeySource.Builder.clearQuery()The query parameter name to fetch the key.KeySource.Builder.clone()ApiKeyAuth.Builder.getKeySourcesBuilder(int index) The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.Builder.getKeySourcesBuilder(int index) The key sources to fetch the key from the coming request.KeySource.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeySource.Builder.mergeFrom(com.google.protobuf.Message other) final KeySource.BuilderKeySource.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static KeySource.BuilderKeySource.newBuilder()static KeySource.BuilderKeySource.newBuilder(KeySource prototype) KeySource.newBuilderForType()protected KeySource.BuilderKeySource.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) The cookie name to fetch the key.KeySource.Builder.setCookieBytes(com.google.protobuf.ByteString value) The cookie name to fetch the key.The header name to fetch the key.KeySource.Builder.setHeaderBytes(com.google.protobuf.ByteString value) The header name to fetch the key.The query parameter name to fetch the key.KeySource.Builder.setQueryBytes(com.google.protobuf.ByteString value) The query parameter name to fetch the key.KeySource.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final KeySource.BuilderKeySource.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) KeySource.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 that return types with arguments of type KeySource.BuilderModifier and TypeMethodDescriptionApiKeyAuth.Builder.getKeySourcesBuilderList()The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.Builder.getKeySourcesBuilderList()The key sources to fetch the key from the coming request.Methods in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 with parameters of type KeySource.BuilderModifier and TypeMethodDescriptionApiKeyAuth.Builder.addKeySources(int index, KeySource.Builder builderForValue) 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.ApiKeyAuthPerRoute.Builder.addKeySources(int index, KeySource.Builder builderForValue) The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.Builder.addKeySources(KeySource.Builder builderForValue) 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.ApiKeyAuthPerRoute.Builder.setKeySources(int index, KeySource.Builder builderForValue) The key sources to fetch the key from the coming request.