Uses of Class
com.amazonaws.services.securitytoken.model.AssumeRoleWithSAMLRequest
Packages that use AssumeRoleWithSAMLRequest
-
Uses of AssumeRoleWithSAMLRequest in com.amazonaws.services.securitytoken
Methods in com.amazonaws.services.securitytoken with parameters of type AssumeRoleWithSAMLRequestModifier and TypeMethodDescriptionAbstractAWSSecurityTokenService.assumeRoleWithSAML
(AssumeRoleWithSAMLRequest request) AWSSecurityTokenService.assumeRoleWithSAML
(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest) Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.AWSSecurityTokenServiceClient.assumeRoleWithSAML
(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest) Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.AbstractAWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync
(AssumeRoleWithSAMLRequest request) AbstractAWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync
(AssumeRoleWithSAMLRequest request, AsyncHandler<AssumeRoleWithSAMLRequest, AssumeRoleWithSAMLResult> asyncHandler) AWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync
(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest) Returns a set of temporary security credentials for users who have been authenticated via a SAML authentication response.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.AWSSecurityTokenServiceAsyncClient.assumeRoleWithSAMLAsync
(AssumeRoleWithSAMLRequest request) AWSSecurityTokenServiceAsyncClient.assumeRoleWithSAMLAsync
(AssumeRoleWithSAMLRequest request, AsyncHandler<AssumeRoleWithSAMLRequest, AssumeRoleWithSAMLResult> asyncHandler) Method parameters in com.amazonaws.services.securitytoken with type arguments of type AssumeRoleWithSAMLRequestModifier and TypeMethodDescriptionAbstractAWSSecurityTokenServiceAsync.assumeRoleWithSAMLAsync
(AssumeRoleWithSAMLRequest request, AsyncHandler<AssumeRoleWithSAMLRequest, AssumeRoleWithSAMLResult> asyncHandler) 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.AWSSecurityTokenServiceAsyncClient.assumeRoleWithSAMLAsync
(AssumeRoleWithSAMLRequest request, AsyncHandler<AssumeRoleWithSAMLRequest, AssumeRoleWithSAMLResult> asyncHandler) -
Uses of AssumeRoleWithSAMLRequest in com.amazonaws.services.securitytoken.model
Methods in com.amazonaws.services.securitytoken.model that return AssumeRoleWithSAMLRequestModifier and TypeMethodDescriptionAssumeRoleWithSAMLRequest.clone()
AssumeRoleWithSAMLRequest.withDurationSeconds
(Integer durationSeconds) The duration, in seconds, of the role session.AssumeRoleWithSAMLRequest.withPolicy
(String policy) An IAM policy in JSON format.AssumeRoleWithSAMLRequest.withPrincipalArn
(String principalArn) The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.AssumeRoleWithSAMLRequest.withRoleArn
(String roleArn) The Amazon Resource Name (ARN) of the role that the caller is assuming.AssumeRoleWithSAMLRequest.withSAMLAssertion
(String sAMLAssertion) The base-64 encoded SAML authentication response provided by the IdP.