Class ThriftMetastoreAuthenticationConfig
- java.lang.Object
-
- io.trino.plugin.hive.metastore.thrift.ThriftMetastoreAuthenticationConfig
-
public class ThriftMetastoreAuthenticationConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType
-
Constructor Summary
Constructors Constructor Description ThriftMetastoreAuthenticationConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationTypegetAuthenticationType()ThriftMetastoreAuthenticationConfigsetAuthenticationType(ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType authenticationType)
-
-
-
Method Detail
-
getAuthenticationType
@NotNull public @NotNull ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType getAuthenticationType()
-
setAuthenticationType
@Config("hive.metastore.authentication.type") public ThriftMetastoreAuthenticationConfig setAuthenticationType(ThriftMetastoreAuthenticationConfig.ThriftMetastoreAuthenticationType authenticationType)
-
-