类 STSAssumeRoleProviderPlugin

java.lang.Object
org.apache.pulsar.io.aws.STSAssumeRoleProviderPlugin
org.apache.pulsar.io.kinesis.STSAssumeRoleProviderPlugin
所有已实现的接口:
Closeable, AutoCloseable, org.apache.pulsar.io.aws.AwsCredentialProviderPlugin, AwsCredentialProviderPlugin

@Deprecated public class STSAssumeRoleProviderPlugin extends org.apache.pulsar.io.aws.STSAssumeRoleProviderPlugin implements AwsCredentialProviderPlugin
已过时。
This is a stub class for backwards compatibility. In new code and configurations, please use the plugins from org.apache.pulsar.io.aws
另请参阅:
  • STSAssumeRoleProviderPlugin
  • 字段概要

    从类继承的字段 org.apache.pulsar.io.aws.STSAssumeRoleProviderPlugin

    ASSUME_ROLE_ARN, ASSUME_ROLE_SESSION_NAME
  • 构造器概要

    构造器
    构造器
    说明
    已过时。
     
  • 方法概要

    从类继承的方法 org.apache.pulsar.io.aws.STSAssumeRoleProviderPlugin

    close, getCredentialProvider, getV2CredentialsProvider, init

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 org.apache.pulsar.io.aws.AwsCredentialProviderPlugin

    getCredentialProvider, getV2CredentialsProvider, init

    从接口继承的方法 java.io.Closeable

    close
  • 构造器详细资料

    • STSAssumeRoleProviderPlugin

      public STSAssumeRoleProviderPlugin()
      已过时。