Class STS2ClientFactory
java.lang.Object
org.apache.camel.component.aws2.sts.client.STS2ClientFactory
Factory class to return the correct type of AWS STS aws.
-
Method Summary
Modifier and TypeMethodDescriptionstatic STS2InternalClientgetStsClient(STS2Configuration configuration) Return the correct aws STS client (based on remote vs local).
-
Method Details
-
getStsClient
Return the correct aws STS client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- StsClient
-