Uses of Class
com.amazonaws.services.securitytoken.model.AssumeRoleWithSAMLResult
-
Packages that use AssumeRoleWithSAMLResult Package Description com.amazonaws.services.securitytoken com.amazonaws.services.securitytoken.model -
-
Uses of AssumeRoleWithSAMLResult in com.amazonaws.services.securitytoken
Methods in com.amazonaws.services.securitytoken that return AssumeRoleWithSAMLResult Modifier and Type Method Description AssumeRoleWithSAMLResultAbstractAWSSecurityTokenService. assumeRoleWithSAML(AssumeRoleWithSAMLRequest request)AssumeRoleWithSAMLResultAWSSecurityTokenService. assumeRoleWithSAML(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest)Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.AssumeRoleWithSAMLResultAWSSecurityTokenServiceClient. assumeRoleWithSAML(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest)Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.Methods in com.amazonaws.services.securitytoken that return types with arguments of type AssumeRoleWithSAMLResult Modifier and Type Method Description Future<AssumeRoleWithSAMLResult>AbstractAWSSecurityTokenServiceAsync. assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest request)Future<AssumeRoleWithSAMLResult>AbstractAWSSecurityTokenServiceAsync. assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest request, AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler)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>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)Future<AssumeRoleWithSAMLResult>AWSSecurityTokenServiceAsyncClient. assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest request, AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler)Method parameters in com.amazonaws.services.securitytoken with type arguments of type AssumeRoleWithSAMLResult Modifier and Type Method Description Future<AssumeRoleWithSAMLResult>AbstractAWSSecurityTokenServiceAsync. assumeRoleWithSAMLAsync(AssumeRoleWithSAMLRequest request, AsyncHandler<AssumeRoleWithSAMLRequest,AssumeRoleWithSAMLResult> asyncHandler)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) -
Uses of AssumeRoleWithSAMLResult in com.amazonaws.services.securitytoken.model
Methods in com.amazonaws.services.securitytoken.model that return AssumeRoleWithSAMLResult Modifier and Type Method Description AssumeRoleWithSAMLResultAssumeRoleWithSAMLResult. clone()AssumeRoleWithSAMLResultAssumeRoleWithSAMLResult. withAssumedRoleUser(AssumedRoleUser assumedRoleUser)The identifiers for the temporary security credentials that the operation returns.AssumeRoleWithSAMLResultAssumeRoleWithSAMLResult. withAudience(String audience)The value of theRecipientattribute of theSubjectConfirmationDataelement of the SAML assertion.AssumeRoleWithSAMLResultAssumeRoleWithSAMLResult. withCredentials(Credentials credentials)The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.AssumeRoleWithSAMLResultAssumeRoleWithSAMLResult. withIssuer(String issuer)The value of theIssuerelement of the SAML assertion.AssumeRoleWithSAMLResultAssumeRoleWithSAMLResult. withNameQualifier(String nameQualifier)A hash value based on the concatenation of theIssuerresponse value, the AWS account ID, and the friendly name (the last part of the ARN) of the SAML provider in IAM.AssumeRoleWithSAMLResultAssumeRoleWithSAMLResult. withPackedPolicySize(Integer packedPolicySize)A percentage value that indicates the size of the policy in packed form.AssumeRoleWithSAMLResultAssumeRoleWithSAMLResult. withSubject(String subject)The value of theNameIDelement in theSubjectelement of the SAML assertion.AssumeRoleWithSAMLResultAssumeRoleWithSAMLResult. withSubjectType(String subjectType)The format of the name ID, as defined by theFormatattribute in theNameIDelement of the SAML assertion.
-