Uses of Class
io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3.Credential.Builder
Packages that use Credential.Builder
-
Uses of Credential.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 Credential.BuilderModifier and TypeMethodDescriptionApiKeyAuth.Builder.addCredentialsBuilder()The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.addCredentialsBuilder(int index) The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.addCredentialsBuilder()The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.addCredentialsBuilder(int index) The credentials that are used to authenticate the clients.Credential.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Credential.Builder.clear()Credential.Builder.clearClient()The unique id or identity that used to identify the client or consumer.Credential.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Credential.Builder.clearKey()The value of the unique API key.Credential.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Credential.Builder.clone()ApiKeyAuth.Builder.getCredentialsBuilder(int index) The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.getCredentialsBuilder(int index) The credentials that are used to authenticate the clients.Credential.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Credential.Builder.mergeFrom(com.google.protobuf.Message other) Credential.Builder.mergeFrom(Credential other) final Credential.BuilderCredential.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Credential.BuilderCredential.newBuilder()static Credential.BuilderCredential.newBuilder(Credential prototype) Credential.newBuilderForType()protected Credential.BuilderCredential.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) The unique id or identity that used to identify the client or consumer.Credential.Builder.setClientBytes(com.google.protobuf.ByteString value) The unique id or identity that used to identify the client or consumer.The value of the unique API key.Credential.Builder.setKeyBytes(com.google.protobuf.ByteString value) The value of the unique API key.Credential.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Credential.BuilderCredential.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Credential.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 that return types with arguments of type Credential.BuilderModifier and TypeMethodDescriptionApiKeyAuth.Builder.getCredentialsBuilderList()The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.getCredentialsBuilderList()The credentials that are used to authenticate the clients.Methods in io.envoyproxy.envoy.extensions.filters.http.api_key_auth.v3 with parameters of type Credential.BuilderModifier and TypeMethodDescriptionApiKeyAuth.Builder.addCredentials(int index, Credential.Builder builderForValue) The credentials that are used to authenticate the clients.ApiKeyAuth.Builder.addCredentials(Credential.Builder builderForValue) The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.addCredentials(int index, Credential.Builder builderForValue) The credentials that are used to authenticate the clients.ApiKeyAuthPerRoute.Builder.addCredentials(Credential.Builder builderForValue) 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.ApiKeyAuthPerRoute.Builder.setCredentials(int index, Credential.Builder builderForValue) The credentials that are used to authenticate the clients.