setAuthenticationScheme (SQLServerDataSource)

下载 JDBC 驱动程序

指示您的应用程序要使用的集成安全性类型。

语法

public void setAuthenticationScheme(String authenticationScheme);  

参数

authenticationScheme

值为“JavaKerberos”和“NativeAuthentication”(默认值)。 有关详细信息,请参阅使用 Kerberos 集成身份验证连接到 SQL Server

另请参阅

SQLServerDataSource 成员
SQLServerDataSource 类