setAuthenticationScheme (SQLServerDataSource)

JDBC ドライバーのダウンロード

アプリケーションで使用する統合セキュリティの種類を示します。

構文

public void setAuthenticationScheme(String authenticationScheme);  

パラメーター

authenticationScheme

値は "JavaKerberos" であり、既定値は "NativeAuthentication" です。 詳細については、「Kerberos 統合認証による SQL Server への接続」をご覧ください。

参照

SQLServerDataSource のメンバー
SQLServerDataSource クラス