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.
|
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 |
---|---|
AssumeRoleWithSAMLRequest |
AssumeRoleWithSAMLRequest.withDurationSeconds(Integer durationSeconds)
The duration, in seconds, of the role session.
|
AssumeRoleWithSAMLRequest |
AssumeRoleWithSAMLRequest.withPolicy(String policy)
An IAM policy in JSON format.
|
AssumeRoleWithSAMLRequest |
AssumeRoleWithSAMLRequest.withPrincipalArn(String principalArn)
The Amazon Resource Name (ARN) of the SAML provider in IAM that
describes the IdP.
|
AssumeRoleWithSAMLRequest |
AssumeRoleWithSAMLRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that the caller is
assuming.
|
AssumeRoleWithSAMLRequest |
AssumeRoleWithSAMLRequest.withSAMLAssertion(String sAMLAssertion)
The base-64 encoded SAML authentication response provided by the IdP.
|
Copyright © 2014. All rights reserved.