Uses of Class
io.trino.plugin.hive.authentication.HdfsAuthenticationConfig.HdfsAuthenticationType
-
Packages that use HdfsAuthenticationConfig.HdfsAuthenticationType Package Description io.trino.plugin.hive.authentication -
-
Uses of HdfsAuthenticationConfig.HdfsAuthenticationType in io.trino.plugin.hive.authentication
Methods in io.trino.plugin.hive.authentication that return HdfsAuthenticationConfig.HdfsAuthenticationType Modifier and Type Method Description @NotNull HdfsAuthenticationConfig.HdfsAuthenticationTypeHdfsAuthenticationConfig. getHdfsAuthenticationType()static HdfsAuthenticationConfig.HdfsAuthenticationTypeHdfsAuthenticationConfig.HdfsAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static HdfsAuthenticationConfig.HdfsAuthenticationType[]HdfsAuthenticationConfig.HdfsAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.hive.authentication with parameters of type HdfsAuthenticationConfig.HdfsAuthenticationType Modifier and Type Method Description HdfsAuthenticationConfigHdfsAuthenticationConfig. setHdfsAuthenticationType(HdfsAuthenticationConfig.HdfsAuthenticationType hdfsAuthenticationType)
-