Package | Description |
---|---|
com.amazonaws.services.securitytoken |
|
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 |
---|---|
AssumeRoleWithSAMLRequest |
AssumeRoleWithSAMLRequest.withDurationSeconds(Integer durationSeconds)
The duration, in seconds, of the role session.
|
AssumeRoleWithSAMLRequest |
AssumeRoleWithSAMLRequest.withPolicy(String policy)
An IAM policy in JSON format that you want to use as an inline session
policy.
|
AssumeRoleWithSAMLRequest |
AssumeRoleWithSAMLRequest.withPolicyArns(Collection<PolicyDescriptorType> policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as managed session policies.
|
AssumeRoleWithSAMLRequest |
AssumeRoleWithSAMLRequest.withPolicyArns(PolicyDescriptorType... policyArns)
The Amazon Resource Names (ARNs) of the IAM managed policies that you
want to use as managed session policies.
|
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 © 2020. All rights reserved.