Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.06 KB

setauthenticationscheme-sqlserverdatasource.md

File metadata and controls

31 lines (23 loc) · 1.06 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
setAuthenticationScheme (SQLServerDataSource)
setAuthenticationScheme (SQLServerDataSource)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference

setAuthenticationScheme (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Indicates the kind of integrated security you want your application to use.

Syntax

public void setAuthenticationScheme(String authenticationScheme);  

Parameters

authenticationScheme

Values are "JavaKerberos" and the default "NativeAuthentication". For more information, see Using Kerberos Integrated Authentication to Connect to SQL Server.

See Also

SQLServerDataSource Members
SQLServerDataSource Class