public class InstanceProfileCredentialsFetcher extends HttpCredentialsFetcher
构造器和说明 |
---|
InstanceProfileCredentialsFetcher() |
限定符和类型 | 方法和说明 |
---|---|
URL |
buildUrl()
构造授权服务器的URL
|
Credentials |
parse(com.aliyuncs.http.HttpResponse response)
解析授权服务器返回的授权信息,解析为Credentials
|
void |
setRoleName(String roleName) |
InstanceProfileCredentialsFetcher |
withRoleName(String roleName) |
fetch, fetch, send
public void setRoleName(String roleName)
public InstanceProfileCredentialsFetcher withRoleName(String roleName)
public URL buildUrl() throws com.aliyuncs.exceptions.ClientException
CredentialsFetcher
buildUrl
在接口中 CredentialsFetcher
buildUrl
在类中 HttpCredentialsFetcher
com.aliyuncs.exceptions.ClientException
public Credentials parse(com.aliyuncs.http.HttpResponse response) throws com.aliyuncs.exceptions.ClientException
CredentialsFetcher
parse
在接口中 CredentialsFetcher
parse
在类中 HttpCredentialsFetcher
response
- 授权服务器返回的授权信息com.aliyuncs.exceptions.ClientException
Copyright © 2019. All Rights Reserved.