Class STS2ClientStandardImpl

java.lang.Object
org.apache.camel.component.aws2.sts.client.impl.STS2ClientStandardImpl
All Implemented Interfaces:
STS2InternalClient

public class STS2ClientStandardImpl extends Object implements STS2InternalClient
Manage an AWS STS client for all users to use. This implementation is for local instances to use a static and solid credential set.
  • Constructor Details

    • STS2ClientStandardImpl

      public STS2ClientStandardImpl(STS2Configuration configuration)
      Constructor that uses the config file.
  • Method Details

    • getStsClient

      public software.amazon.awssdk.services.sts.StsClient getStsClient()
      Getting the STS aws client that is used.
      Specified by:
      getStsClient in interface STS2InternalClient
      Returns:
      Amazon STS Client.