public abstract class CredentialsEndpointProvider extends Object
Abstract class to return an endpoint URI from which the credentials can be loaded.
By default, the request won't be retried if the request fails while computing endpoint.
Constructor and Description |
---|
CredentialsEndpointProvider() |
Modifier and Type | Method and Description |
---|---|
abstract URI |
getCredentialsEndpoint()
Returns the URI that contains the credentials.
|
Map<String,String> |
getHeaders()
Allows passing additional headers to the request
|
CredentialsEndpointRetryPolicy |
getRetryPolicy()
Allows the extending class to provide a custom retry policy.
|
public abstract URI getCredentialsEndpoint()
public CredentialsEndpointRetryPolicy getRetryPolicy()
Copyright © 2021. All rights reserved.