Uses of Class
io.dropwizard.client.proxy.AuthConfiguration
-
Packages that use AuthConfiguration Package Description io.dropwizard.client io.dropwizard.client.proxy -
-
Uses of AuthConfiguration in io.dropwizard.client
Methods in io.dropwizard.client with parameters of type AuthConfiguration Modifier and Type Method Description protected 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 AuthConfiguration Modifier and Type Method Description @Nullable AuthConfigurationProxyConfiguration. getAuth()Methods in io.dropwizard.client.proxy with parameters of type AuthConfiguration Modifier and Type Method Description voidProxyConfiguration. setAuth(AuthConfiguration auth)Constructors in io.dropwizard.client.proxy with parameters of type AuthConfiguration Constructor Description ProxyConfiguration(@NotNull String host, int port, String scheme, AuthConfiguration auth)
-