| Constructor and Description |
|---|
StsAssumeRoleProvider(String accessKey,
String securityKey,
String roleName,
String accountId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey() |
String |
getAccountId() |
CredentialValue |
getCredentialValue() |
int |
getDurationSeconds() |
long |
getExpirationTime() |
int |
getExpireBufferSeconds() |
String |
getHost() |
String |
getRegion() |
String |
getRoleName() |
String |
getSchema() |
String |
getSecurityKey() |
int |
getTimeout() |
boolean |
isExpired() |
void |
refresh() |
CredentialValue |
retrieve() |
void |
setAccessKey(String accessKey) |
void |
setAccountId(String accountId) |
void |
setCredentialValue(CredentialValue credentialValue) |
void |
setDurationSeconds(int durationSeconds) |
void |
setExpirationTime(long expirationTime) |
void |
setExpireBufferSeconds(int expireBufferSeconds) |
void |
setHost(String host) |
void |
setRegion(String region) |
void |
setRoleName(String roleName) |
void |
setSchema(String schema) |
void |
setSecurityKey(String securityKey) |
void |
setTimeout(int timeout) |
public String getAccessKey()
public void setAccessKey(String accessKey)
public String getSecurityKey()
public void setSecurityKey(String securityKey)
public String getRoleName()
public void setRoleName(String roleName)
public String getAccountId()
public void setAccountId(String accountId)
public String getHost()
public void setHost(String host)
public String getRegion()
public void setRegion(String region)
public String getSchema()
public void setSchema(String schema)
public int getTimeout()
public void setTimeout(int timeout)
public int getDurationSeconds()
public void setDurationSeconds(int durationSeconds)
public int getExpireBufferSeconds()
public void setExpireBufferSeconds(int expireBufferSeconds)
public CredentialValue getCredentialValue()
public void setCredentialValue(CredentialValue credentialValue)
public long getExpirationTime()
public void setExpirationTime(long expirationTime)
public CredentialValue retrieve() throws ApiException
retrieve in interface ProviderApiExceptionpublic void refresh()
throws ApiException
refresh in interface ProviderApiExceptionCopyright © 2025. All rights reserved.