Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.06 KB

File metadata and controls

31 lines (23 loc) · 1.06 KB
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

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