Uses of Class
io.envoyproxy.envoy.extensions.filters.http.basic_auth.v3.BasicAuth.Builder
Packages that use BasicAuth.Builder
-
Uses of BasicAuth.Builder in io.envoyproxy.envoy.extensions.filters.http.basic_auth.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.basic_auth.v3 that return BasicAuth.BuilderModifier and TypeMethodDescriptionBasicAuth.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BasicAuth.Builder.clear()BasicAuth.Builder.clearAuthenticationHeader()This field specifies the request header to load the basic credential from.BasicAuth.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) BasicAuth.Builder.clearForwardUsernameHeader()This field specifies the header name to forward a successfully authenticated user to the backend.BasicAuth.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) BasicAuth.Builder.clearUsers()Username-password pairs used to verify user credentials in the "Authorization" header.BasicAuth.Builder.clone()BasicAuth.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BasicAuth.Builder.mergeFrom(com.google.protobuf.Message other) final BasicAuth.BuilderBasicAuth.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) BasicAuth.Builder.mergeUsers(DataSource value) Username-password pairs used to verify user credentials in the "Authorization" header.static BasicAuth.BuilderBasicAuth.newBuilder()static BasicAuth.BuilderBasicAuth.newBuilder(BasicAuth prototype) BasicAuth.newBuilderForType()protected BasicAuth.BuilderBasicAuth.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) BasicAuth.Builder.setAuthenticationHeader(String value) This field specifies the request header to load the basic credential from.BasicAuth.Builder.setAuthenticationHeaderBytes(com.google.protobuf.ByteString value) This field specifies the request header to load the basic credential from.BasicAuth.Builder.setForwardUsernameHeader(String value) This field specifies the header name to forward a successfully authenticated user to the backend.BasicAuth.Builder.setForwardUsernameHeaderBytes(com.google.protobuf.ByteString value) This field specifies the header name to forward a successfully authenticated user to the backend.BasicAuth.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final BasicAuth.BuilderBasicAuth.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) BasicAuth.Builder.setUsers(DataSource value) Username-password pairs used to verify user credentials in the "Authorization" header.BasicAuth.Builder.setUsers(DataSource.Builder builderForValue) Username-password pairs used to verify user credentials in the "Authorization" header.BasicAuth.toBuilder()