public static class AwsCredentialsProviderConfig.DefaultCredentialsProviderConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
asyncCredentialUpdateEnabled
Whether this provider should fetch credentials asynchronously in the background.
|
boolean |
reuseLastProviderEnabled
Whether the provider should reuse the last successful credentials provider in the chain.
|
| Constructor and Description |
|---|
DefaultCredentialsProviderConfig() |
@ConfigItem public boolean asyncCredentialUpdateEnabled
If this is `true`, threads are less likely to block, but additional resources are used to maintain the provider.
@ConfigItem(defaultValue="true") public boolean reuseLastProviderEnabled
Reusing the last successful credentials provider will typically return credentials faster than searching through the chain.
Copyright © 2020 JBoss by Red Hat. All rights reserved.