Class DriverSideAssumeRoleCredentialsProvider

  • All Implemented Interfaces:
    com.amazonaws.auth.AWSCredentialsProvider

    public class DriverSideAssumeRoleCredentialsProvider
    extends java.lang.Object
    implements com.amazonaws.auth.AWSCredentialsProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.amazonaws.auth.AWSCredentials getCredentials()  
      void refresh()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DriverSideAssumeRoleCredentialsProvider

        public DriverSideAssumeRoleCredentialsProvider​(java.net.URI fsUri,
                                                       org.apache.hadoop.conf.Configuration conf)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getCredentials

        public com.amazonaws.auth.AWSCredentials getCredentials()
        Specified by:
        getCredentials in interface com.amazonaws.auth.AWSCredentialsProvider
      • refresh

        public void refresh()
        Specified by:
        refresh in interface com.amazonaws.auth.AWSCredentialsProvider