Partilhar via


setAuthenticationScheme (SQLServerDataSource)

Baixar Driver JDBC

Indica o tipo de segurança integrada que o aplicativo deve usar.

Sintaxe

public void setAuthenticationScheme(String authenticationScheme);  

Parâmetros

authenticationScheme

Os valores possíveis são "JavaKerberos" e o "NativeAuthentication" padrão. Para obter mais informações, veja Como usar a autenticação integrada do Kerberos para se conectar ao SQL Server.

Consulte Também

Membros de SQLServerDataSource
Classe SQLServerDataSource