| Package | Description |
|---|---|
| io.dropwizard.client | |
| io.dropwizard.client.proxy |
| Class and Description |
|---|
| AuthConfiguration
Represents a configuration of credentials for either Username Password or NT credentials
Configuration Parameters:
Name
Default
Description
username
REQUIRED
The username used to connect to the server.
password
REQUIRED
The password used to connect to the server.
authScheme
null
Optional, The authentication scheme used by the underlying
AuthScope class. |
| ProxyConfiguration
Configuration of access to a remote host through a proxy server
Configuration Parameters:
Name
Default
Description
host
REQUIRED
The proxy server host name or ip address.
port
scheme default
The proxy server port. |
| Class and Description |
|---|
| AuthConfiguration
Represents a configuration of credentials for either Username Password or NT credentials
Configuration Parameters:
Name
Default
Description
username
REQUIRED
The username used to connect to the server.
password
REQUIRED
The password used to connect to the server.
authScheme
null
Optional, The authentication scheme used by the underlying
AuthScope class. |
Copyright © 2011. All rights reserved.