Class AuthenticationModules

java.lang.Object
io.trino.hdfs.authentication.AuthenticationModules

public final class AuthenticationModules extends Object
  • Method Details

    • noHdfsAuthenticationModule

      public static com.google.inject.Module noHdfsAuthenticationModule()
    • simpleImpersonatingHdfsAuthenticationModule

      public static com.google.inject.Module simpleImpersonatingHdfsAuthenticationModule()
    • kerberosHdfsAuthenticationModule

      public static com.google.inject.Module kerberosHdfsAuthenticationModule()
    • kerberosImpersonatingHdfsAuthenticationModule

      public static com.google.inject.Module kerberosImpersonatingHdfsAuthenticationModule()
    • createCachingKerberosHadoopAuthentication

      public static HadoopAuthentication createCachingKerberosHadoopAuthentication(KerberosConfiguration kerberosConfiguration, HdfsConfigurationInitializer updater)