public class DefaultCredentialsProvider extends Object implements AlibabaCloudCredentialsProvider
| 构造器和说明 |
|---|
DefaultCredentialsProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
addCredentialsProvider(AlibabaCloudCredentialsProvider provider) |
static void |
clearCredentialsProvider() |
static boolean |
containsCredentialsProvider(AlibabaCloudCredentialsProvider provider) |
AlibabaCloudCredentials |
getCredentials() |
static boolean |
removeCredentialsProvider(AlibabaCloudCredentialsProvider provider) |
public DefaultCredentialsProvider()
throws CredentialException,
MalformedURLException
public AlibabaCloudCredentials getCredentials() throws CredentialException, IOException, ParseException
public static boolean addCredentialsProvider(AlibabaCloudCredentialsProvider provider)
public static boolean removeCredentialsProvider(AlibabaCloudCredentialsProvider provider)
public static boolean containsCredentialsProvider(AlibabaCloudCredentialsProvider provider)
public static void clearCredentialsProvider()
Copyright © 2020. All rights reserved.