Uses of Class
io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3.RedisProtocolOptions.Credential.Builder
Packages that use RedisProtocolOptions.Credential.Builder
-
Uses of RedisProtocolOptions.Credential.Builder in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 that return RedisProtocolOptions.Credential.BuilderModifier and TypeMethodDescriptionRedisProtocolOptions.Builder.addCredentialsBuilder()If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.addCredentialsBuilder(int index) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Credential.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RedisProtocolOptions.Credential.Builder.clear()RedisProtocolOptions.Credential.Builder.clearAddress()The address to which this username and password applies.RedisProtocolOptions.Credential.Builder.clearAuthPassword()Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.RedisProtocolOptions.Credential.Builder.clearAuthUsername()Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.RedisProtocolOptions.Credential.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RedisProtocolOptions.Credential.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RedisProtocolOptions.Credential.Builder.clone()RedisProtocolOptions.Builder.getCredentialsBuilder(int index) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Credential.Builder.mergeAddress(Address value) The address to which this username and password applies.RedisProtocolOptions.Credential.Builder.mergeAuthPassword(DataSource value) Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.RedisProtocolOptions.Credential.Builder.mergeAuthUsername(DataSource value) Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.RedisProtocolOptions.Credential.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RedisProtocolOptions.Credential.Builder.mergeFrom(com.google.protobuf.Message other) RedisProtocolOptions.Credential.Builder.mergeFrom(RedisProtocolOptions.Credential other) RedisProtocolOptions.Credential.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RedisProtocolOptions.Credential.newBuilder()RedisProtocolOptions.Credential.newBuilder(RedisProtocolOptions.Credential prototype) RedisProtocolOptions.Credential.newBuilderForType()protected RedisProtocolOptions.Credential.BuilderRedisProtocolOptions.Credential.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RedisProtocolOptions.Credential.Builder.setAddress(Address value) The address to which this username and password applies.RedisProtocolOptions.Credential.Builder.setAddress(Address.Builder builderForValue) The address to which this username and password applies.RedisProtocolOptions.Credential.Builder.setAuthPassword(DataSource value) Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.RedisProtocolOptions.Credential.Builder.setAuthPassword(DataSource.Builder builderForValue) Upstream server password as defined by the ``requirepass`` directive `<https://redis.io/topics/config>`_ in the server's configuration file.RedisProtocolOptions.Credential.Builder.setAuthUsername(DataSource value) Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.RedisProtocolOptions.Credential.Builder.setAuthUsername(DataSource.Builder builderForValue) Upstream server username as defined by the ``user`` directive `<https://redis.io/topics/acl>`_ in the server's configuration file.RedisProtocolOptions.Credential.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RedisProtocolOptions.Credential.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RedisProtocolOptions.Credential.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RedisProtocolOptions.Credential.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 that return types with arguments of type RedisProtocolOptions.Credential.BuilderModifier and TypeMethodDescriptionRedisProtocolOptions.Builder.getCredentialsBuilderList()If specified, these credentials are used when connecting to upstream endpoints.Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 with parameters of type RedisProtocolOptions.Credential.BuilderModifier and TypeMethodDescriptionRedisProtocolOptions.Builder.addCredentials(int index, RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.addCredentials(RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints.RedisProtocolOptions.Builder.setCredentials(int index, RedisProtocolOptions.Credential.Builder builderForValue) If specified, these credentials are used when connecting to upstream endpoints.