Package | Description |
---|---|
com.amazonaws.auth | |
com.amazonaws.services.securitytoken.model | |
com.amazonaws.services.securitytoken.model.transform |
Modifier and Type | Field and Description |
---|---|
private Credentials |
STSSessionCredentials.sessionCredentials
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private Credentials |
STSSessionCredentials.getSessionCredentials()
Deprecated.
Gets a current session credentials object, reinitializing if necessary.
|
Constructor and Description |
---|
SessionCredentialsHolder(Credentials credentials) |
Modifier and Type | Field and Description |
---|---|
private Credentials |
GetSessionTokenResult.credentials
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
private Credentials |
GetFederationTokenResult.credentials
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
private Credentials |
AssumeRoleWithWebIdentityResult.credentials
The temporary security credentials, which include an access key ID, a
secret access key, and a security token.
|
private Credentials |
AssumeRoleWithSAMLResult.credentials
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
private Credentials |
AssumeRoleResult.credentials
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
Credentials.clone() |
Credentials |
GetSessionTokenResult.getCredentials()
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
Credentials |
GetFederationTokenResult.getCredentials()
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
Credentials |
AssumeRoleWithWebIdentityResult.getCredentials()
The temporary security credentials, which include an access key ID, a
secret access key, and a security token.
|
Credentials |
AssumeRoleWithSAMLResult.getCredentials()
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
Credentials |
AssumeRoleResult.getCredentials()
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
Credentials |
Credentials.withAccessKeyId(java.lang.String accessKeyId)
The access key ID that identifies the temporary security credentials.
|
Credentials |
Credentials.withExpiration(java.util.Date expiration)
The date on which the current credentials expire.
|
Credentials |
Credentials.withSecretAccessKey(java.lang.String secretAccessKey)
The secret access key that can be used to sign requests.
|
Credentials |
Credentials.withSessionToken(java.lang.String sessionToken)
The token that users must pass to the service API to use the temporary
credentials.
|
Modifier and Type | Method and Description |
---|---|
void |
GetSessionTokenResult.setCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
void |
GetFederationTokenResult.setCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
void |
AssumeRoleWithWebIdentityResult.setCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
secret access key, and a security token.
|
void |
AssumeRoleWithSAMLResult.setCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
void |
AssumeRoleResult.setCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
GetSessionTokenResult |
GetSessionTokenResult.withCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
GetFederationTokenResult |
GetFederationTokenResult.withCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
AssumeRoleWithWebIdentityResult |
AssumeRoleWithWebIdentityResult.withCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
secret access key, and a security token.
|
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
AssumeRoleResult |
AssumeRoleResult.withCredentials(Credentials credentials)
The temporary security credentials, which include an access key ID, a
secret access key, and a security (or session) token.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
CredentialsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |