Package overit.geocall.aws.rs2.sts
Class AssumeRoleServiceV2
java.lang.Object
overit.geocall.aws.rs2.sts.AssumeRoleServiceV2
@RestController
@RequestMapping("/configurations/identity/r1/sts")
public class AssumeRoleServiceV2
extends Object
Service to get the temporary AWS credentials you need to perform operations
in the AWS service of the Assume Role you give as input.
- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AssumeRoleServiceV2
public AssumeRoleServiceV2()
-
-
Method Details
-
getTemporaryCredentials
@GetMapping(produces="application/json") public AWSAssumeRoleResponse getTemporaryCredentials(@RequestParam("roleArn") String roleArn, @RequestParam(value="region",required=false) String region) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-