Share via


setIntegratedSecurity Method (SQLServerDataSource)

Sets a boolean value that indicates if the integratedSecurity property is enabled.

public void setIntegratedSecurity(boolean enable)

매개 변수

enable

true if integratedSecurity is enabled. Otherwise, false.

주의

Set to "true" to indicate that Windows credentials will be used by SQL Server to authenticate the user of the application. If "true", the Microsoft SQL Server JDBC Driver will search the local computer credential cache for credentials that have already been provided at the computer or network logon. If "false", the username and password must be supplied.

참고

This property is only supported on Microsoft Windows operating systems.

For more information about using integrated authentication, see 연결 URL 작성.

참고

참조

SQLServerDataSource Class

개념

SQLServerDataSource Methods
SQLServerDataSource Members