Class PreemptiveBasicAuthClientBuilderFactory

    • Field Detail

      • SYS_PROP_HTTP_CLIENT_CONFIG

        public static final String SYS_PROP_HTTP_CLIENT_CONFIG
        A system property used to specify a properties file containing default parameters used for creating a HTTP client. This is specifically useful for configuring the HTTP basic auth credentials (i.e. username/password). The name of the property must match the relevant Solr config property name.
        See Also:
        Constant Field Values
      • SYS_PROP_BASIC_AUTH_CREDENTIALS

        public static final String SYS_PROP_BASIC_AUTH_CREDENTIALS
        A system property to configure the Basic auth credentials via a java system property. Since this will expose the password on the command-line, it is not very secure. But this mechanism is added for backwards compatibility.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PreemptiveBasicAuthClientBuilderFactory

        public PreemptiveBasicAuthClientBuilderFactory()