| title | setAuthenticationScheme (SQLServerDataSource) |
|---|---|
| description | setAuthenticationScheme (SQLServerDataSource) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
[!INCLUDEDriver_JDBC_Download]
Indicates the kind of integrated security you want your application to use.
public void setAuthenticationScheme(String authenticationScheme); authenticationScheme
Values are "JavaKerberos" and the default "NativeAuthentication". For more information, see Using Kerberos Integrated Authentication to Connect to SQL Server.