|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssumeRoleWithSAMLRequest | |
---|---|
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. |
Uses of AssumeRoleWithSAMLRequest in com.amazonaws.services.securitytoken |
---|
Methods in com.amazonaws.services.securitytoken with parameters of type AssumeRoleWithSAMLRequest | |
---|---|
AssumeRoleWithSAMLResult |
AWSSecurityTokenServiceClient.assumeRoleWithSAML(AssumeRoleWithSAMLRequest assumeRoleWithSAMLRequest)
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. |
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. |
Method parameters in com.amazonaws.services.securitytoken with type arguments of type AssumeRoleWithSAMLRequest | |
---|---|
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. |
Uses of AssumeRoleWithSAMLRequest in com.amazonaws.services.securitytoken.model |
---|
Methods in com.amazonaws.services.securitytoken.model that return AssumeRoleWithSAMLRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |