Class ClientBuilderFactory.SkipCertificateVerificationTrustManagerProvider

java.lang.Object
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactory.SkipCertificateVerificationTrustManagerProvider
All Implemented Interfaces:
TlsTrustManagersProvider
Enclosing interface:
ClientBuilderFactory

public static class ClientBuilderFactory.SkipCertificateVerificationTrustManagerProvider extends Object implements TlsTrustManagersProvider
Trust provider to skip certificate verification. Should only be used for test pipelines.
  • Constructor Details

    • SkipCertificateVerificationTrustManagerProvider

      public SkipCertificateVerificationTrustManagerProvider()
  • Method Details