public class ECSRoleCredentialsFetcher extends HttpCredentialsFetcher
| Constructor and Description |
|---|
ECSRoleCredentialsFetcher(String ecsRamRole) |
| Modifier and Type | Method and Description |
|---|---|
String |
buildUrl()
Constructs the url of authorization server.
|
TemporaryCredentials |
parse(org.apache.http.HttpResponse httpResponse)
Parses the response to get credentials.
|
fetch, fetchOncepublic ECSRoleCredentialsFetcher(String ecsRamRole)
public String buildUrl()
HttpCredentialsFetcherbuildUrl in class HttpCredentialsFetcherpublic TemporaryCredentials parse(org.apache.http.HttpResponse httpResponse) throws LogException
HttpCredentialsFetcherparse in class HttpCredentialsFetcherhttpResponse - http response.LogExceptionCopyright © 2025. All Rights Reserved.