public class Credential extends Object
| Constructor and Description |
|---|
Credential(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKeyId() |
String |
getAccessKeySecret() |
AlibabaCloudCredentials |
getCredential(Configuration config) |
String |
getSecurityToken() |
String |
getType() |
public Credential(Configuration config) throws ParseException, CredentialException, IOException
public AlibabaCloudCredentials getCredential(Configuration config) throws IOException, CredentialException, ParseException
public String getAccessKeyId()
public String getAccessKeySecret()
public String getSecurityToken()
public String getType()
Copyright © 2020. All rights reserved.