Package | Description |
---|---|
com.amazonaws.services.securitytoken |
Synchronous and asynchronous client classes for accessing AWSSecurityTokenService.
|
com.amazonaws.services.securitytoken.model |
Classes modeling the various types represented by AWSSecurityTokenService.
|
Modifier and Type | Method and Description |
---|---|
AssumeRoleWithSAMLResult |
AWSSecurityTokenService.assumeRoleWithSAML(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest)
Returns a set of temporary security credentials for users who have
been authenticated via a SAML authentication response.
|
AssumeRoleWithSAMLResult |
AWSSecurityTokenServiceClient.assumeRoleWithSAML(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest)
Returns a set of temporary security credentials for users who have
been authenticated via a SAML authentication response.
|
Modifier and Type | Method and Description |
---|---|
Future<AssumeRoleWithSAMLResult> |
AWSSecurityTokenServiceAsyncClient.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest)
Returns a set of temporary security credentials for users who have
been authenticated via a SAML authentication response.
|
Future<AssumeRoleWithSAMLResult> |
AWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest)
Returns a set of temporary security credentials for users who have
been authenticated via a SAML authentication response.
|
Future<AssumeRoleWithSAMLResult> |
AWSSecurityTokenServiceAsyncClient.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest,
AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler)
Returns a set of temporary security credentials for users who have
been authenticated via a SAML authentication response.
|
Future<AssumeRoleWithSAMLResult> |
AWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest,
AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler)
Returns a set of temporary security credentials for users who have
been authenticated via a SAML authentication response.
|
Modifier and Type | Method and Description |
---|---|
Future<AssumeRoleWithSAMLResult> |
AWSSecurityTokenServiceAsyncClient.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest,
AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler)
Returns a set of temporary security credentials for users who have
been authenticated via a SAML authentication response.
|
Future<AssumeRoleWithSAMLResult> |
AWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest,
AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler)
Returns a set of temporary security credentials for users who have
been authenticated via a SAML authentication response.
|
Modifier and Type | Method and Description |
---|---|
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withAssumedRoleUser(AssumedRoleUser assumedRoleUser)
The identifiers for the temporary security credentials that the
operation returns.
|
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withCredentials(Credentials credentials)
AWS credentials for API authentication.
|
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withPackedPolicySize(Integer packedPolicySize)
A percentage value that indicates the size of the policy in packed
form.
|
Copyright © 2014. All rights reserved.