Package | Description |
---|---|
com.amazonaws.services.securitytoken |
|
com.amazonaws.services.securitytoken.model |
Modifier and Type | Method and Description |
---|---|
AssumeRoleWithSAMLResult |
AbstractAWSSecurityTokenService.assumeRoleWithSAML(AssumeRoleWithSAMLRequest request) |
AssumeRoleWithSAMLResult |
AWSSecurityTokenServiceClient.assumeRoleWithSAML(AssumeRoleWithSAMLRequest request)
Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication
response.
|
AssumeRoleWithSAMLResult |
AWSSecurityTokenService.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> |
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 request) |
Future<AssumeRoleWithSAMLResult> |
AbstractAWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest request) |
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.
|
Future<AssumeRoleWithSAMLResult> |
AWSSecurityTokenServiceAsyncClient.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest request,
AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler) |
Future<AssumeRoleWithSAMLResult> |
AbstractAWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest request,
AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<AssumeRoleWithSAMLResult> |
AWSSecurityTokenServiceAsyncClient.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest request,
AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler) |
Future<AssumeRoleWithSAMLResult> |
AbstractAWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest request,
AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.clone() |
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withAssumedRoleUser(AssumedRoleUser assumedRoleUser)
The identifiers for the temporary security credentials that the operation returns.
|
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withAudience(String audience)
The value of the
Recipient attribute of the SubjectConfirmationData element of the SAML
assertion. |
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.
|
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withIssuer(String issuer)
The value of the
Issuer element of the SAML assertion. |
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withNameQualifier(String nameQualifier)
A hash value based on the concatenation of the following:
|
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withPackedPolicySize(Integer packedPolicySize)
A percentage value that indicates the packed size of the session policies and session tags combined passed in the
request.
|
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withSourceIdentity(String sourceIdentity)
The value in the
SourceIdentity attribute in the SAML assertion. |
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withSubject(String subject)
The value of the
NameID element in the Subject element of the SAML assertion. |
AssumeRoleWithSAMLResult |
AssumeRoleWithSAMLResult.withSubjectType(String subjectType)
The format of the name ID, as defined by the
Format attribute in the NameID element of
the SAML assertion. |
Copyright © 2021. All rights reserved.