setAuthenticationScheme (SQLServerDataSource)

Download JDBC driver

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