Class HdfsAuthenticationConfig
- java.lang.Object
-
- io.trino.plugin.hive.authentication.HdfsAuthenticationConfig
-
public class HdfsAuthenticationConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHdfsAuthenticationConfig.HdfsAuthenticationType
-
Constructor Summary
Constructors Constructor Description HdfsAuthenticationConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull HdfsAuthenticationConfig.HdfsAuthenticationTypegetHdfsAuthenticationType()booleanisHdfsImpersonationEnabled()HdfsAuthenticationConfigsetHdfsAuthenticationType(HdfsAuthenticationConfig.HdfsAuthenticationType hdfsAuthenticationType)HdfsAuthenticationConfigsetHdfsImpersonationEnabled(boolean hdfsImpersonationEnabled)
-
-
-
Method Detail
-
getHdfsAuthenticationType
@NotNull public @NotNull HdfsAuthenticationConfig.HdfsAuthenticationType getHdfsAuthenticationType()
-
setHdfsAuthenticationType
@Config("hive.hdfs.authentication.type") public HdfsAuthenticationConfig setHdfsAuthenticationType(HdfsAuthenticationConfig.HdfsAuthenticationType hdfsAuthenticationType)
-
isHdfsImpersonationEnabled
public boolean isHdfsImpersonationEnabled()
-
setHdfsImpersonationEnabled
@Config("hive.hdfs.impersonation.enabled") public HdfsAuthenticationConfig setHdfsImpersonationEnabled(boolean hdfsImpersonationEnabled)
-
-