https://github.com/baiyubin/aliyun-sts-java-sdk-demo/blob/master/sts-sdk-demo-mvn/src/main/java/com/aliyun/oss/demo/StsServiceSample.java
Learn all about the quality, security, and current maintenance status of com.aliyun:aliyun-java-sdk-sts using Cloudsmith Navigator
类STSAssumeRoleSessionCredentialsProviderjava.lang.Objectcom.aliyun.oss.common.auth.STSAssumeRoleSessionCredentialsProvider所有已实现的接口: CredentialsProvider public class STSAssumeRoleSessionCredentialsProvider extends Object implements CredentialsProvider STSAssumeRoleSessionCredentialsProvider implementation ...
public static final ProtocolType STS_PROTOCOL_TYPE = ProtocolType.HTTPS; static AssumeRoleResponse assumeRole(String accessKeyId,String accessKeySecret, String roleArn, String roleSessionName) throws ClientException { return assumeRole(accessKeyId, accessKeySecret, roleArn, roleSessionName, null, 3600, STS_...