Uses of Class
io.dropwizard.client.proxy.AuthConfiguration
Packages that use AuthConfiguration
-
Uses of AuthConfiguration in io.dropwizard.client
Methods in io.dropwizard.client with parameters of type AuthConfigurationModifier and TypeMethodDescriptionprotected org.apache.hc.client5.http.auth.CredentialsHttpClientBuilder.configureCredentials(AuthConfiguration auth) determine the Credentials implementation to use -
Uses of AuthConfiguration in io.dropwizard.client.proxy
Methods in io.dropwizard.client.proxy that return AuthConfigurationMethods in io.dropwizard.client.proxy with parameters of type AuthConfigurationConstructors in io.dropwizard.client.proxy with parameters of type AuthConfigurationModifierConstructorDescriptionProxyConfiguration(@NotNull String host, int port, String scheme, AuthConfiguration auth)