public static interface HttpCredentialsProvider.Builder<TypeToBuildT extends HttpCredentialsProvider,BuilderT extends HttpCredentialsProvider.Builder>
Modifier and Type | Method and Description |
---|---|
BuilderT |
asyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled)
Configure whether this provider should fetch credentials asynchronously in the background.
|
BuilderT |
asyncThreadName(String asyncThreadName) |
TypeToBuildT |
build() |
BuilderT asyncCredentialUpdateEnabled(Boolean asyncCredentialUpdateEnabled)
HttpCredentialsProvider.resolveCredentials()
is called, but additional resources are used to maintain the
provider.
By default, this is disabled.
TypeToBuildT build()
Copyright © 2019. All rights reserved.