Package io.trino.hdfs.authentication
Class HdfsAuthenticationConfig
java.lang.Object
io.trino.hdfs.authentication.HdfsAuthenticationConfig
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleansetHdfsAuthenticationType(HdfsAuthenticationConfig.HdfsAuthenticationType hdfsAuthenticationType) setHdfsImpersonationEnabled(boolean hdfsImpersonationEnabled)
-
Constructor Details
-
HdfsAuthenticationConfig
public HdfsAuthenticationConfig()
-
-
Method Details
-
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)
-