Uses of Class
io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3.KeySource
Packages that use KeySource
-
Uses of KeySource 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 KeySourceModifier and TypeMethodDescriptionKeySource.Builder.build()KeySource.Builder.buildPartial()static KeySourceKeySource.getDefaultInstance()KeySource.Builder.getDefaultInstanceForType()KeySource.getDefaultInstanceForType()ApiKeyAuth.Builder.getKeySources(int index) The key sources to fetch the key from the coming request.ApiKeyAuth.getKeySources(int index) The key sources to fetch the key from the coming request.ApiKeyAuthOrBuilder.getKeySources(int index) The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.Builder.getKeySources(int index) The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.getKeySources(int index) The key sources to fetch the key from the coming request.ApiKeyAuthPerRouteOrBuilder.getKeySources(int index) The key sources to fetch the key from the coming request.static KeySourceKeySource.parseDelimitedFrom(InputStream input) static KeySourceKeySource.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeySourceKeySource.parseFrom(byte[] data) static KeySourceKeySource.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeySourceKeySource.parseFrom(com.google.protobuf.ByteString data) static KeySourceKeySource.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeySourceKeySource.parseFrom(com.google.protobuf.CodedInputStream input) static KeySourceKeySource.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeySourceKeySource.parseFrom(InputStream input) static KeySourceKeySource.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeySourceKeySource.parseFrom(ByteBuffer data) static KeySourceKeySource.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 that return types with arguments of type KeySourceModifier and TypeMethodDescriptionApiKeyAuth.Builder.getKeySourcesList()The key sources to fetch the key from the coming request.ApiKeyAuth.getKeySourcesList()The key sources to fetch the key from the coming request.ApiKeyAuthOrBuilder.getKeySourcesList()The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.Builder.getKeySourcesList()The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.getKeySourcesList()The key sources to fetch the key from the coming request.ApiKeyAuthPerRouteOrBuilder.getKeySourcesList()The key sources to fetch the key from the coming request.com.google.protobuf.Parser<KeySource>KeySource.getParserForType()static com.google.protobuf.Parser<KeySource>KeySource.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 with parameters of type KeySourceModifier and TypeMethodDescriptionApiKeyAuth.Builder.addKeySources(int index, KeySource value) 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.ApiKeyAuthPerRoute.Builder.addKeySources(int index, KeySource value) The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.Builder.addKeySources(KeySource value) The key sources to fetch the key from the coming request.static KeySource.BuilderKeySource.newBuilder(KeySource prototype) ApiKeyAuth.Builder.setKeySources(int index, KeySource value) The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.Builder.setKeySources(int index, KeySource value) The key sources to fetch the key from the coming request.Method parameters in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 with type arguments of type KeySourceModifier and TypeMethodDescriptionApiKeyAuth.Builder.addAllKeySources(Iterable<? extends KeySource> values) The key sources to fetch the key from the coming request.ApiKeyAuthPerRoute.Builder.addAllKeySources(Iterable<? extends KeySource> values) The key sources to fetch the key from the coming request.