AnyScope |
Returns org.apache.http.auth.AuthScope#ANY when requested to build a scope.
|
ClientBuilderWithCredentials |
Allows you to specify a CredentialsProvider as a default for the HttpClientBuilder .
|
ConfiguredScope |
An explicitly configured AuthScope builder.
|
DefaultCredentialsProviderBuilder |
Supports the use of a org.apache.http.client.CredentialsProvider where supported in a configuration friendly
way.
|
ScopedCredential |
Wraps a AuthScope and Credentials for insertion into a CredentialsProvider
|
UsernamePassword |
Adds support for org.apache.http.client.CredentialsProvider for username and password in a configuration
friendly way.
|