IBM DB2 Manual page 227

Table of Contents

Advertisement

CLEAR_TEXT_PASSWORD_SECURITY (3)
User ID and password
USER_ONLY_SECURITY (4)
User ID only
ENCRYPTED_PASSWORD_SECURITY (7)
User ID, encrypted password
ENCRYPTED_USER_AND_PASSWORD_SECURITY (9)
Encrypted user ID and password
KERBEROS_SECURITY (11)
Kerberos. This value does not apply to connections to IDS.
ENCRYPTED_USER_AND_DATA_SECURITY (12)
Encrypted user ID and encrypted security-sensitive data. This value
applies to connections to DB2 for z/OS only.
ENCRYPTED_USER_PASSWORD_AND_DATA_SECURITY (13)
Encrypted user ID and password, and encrypted security-sensitive
data. This value does not apply to connections to IDS.
PLUGIN_SECURITY (15)
Plug-in security. This value applies to connections to DB2 Database for
Linux, UNIX, and Windows only.
ENCRYPTED_USER_ONLY_SECURITY (16)
Encrypted user ID. This value does not apply to connections to IDS.
If this property is specified, the specified security mechanism is the only
mechanism that is used. If the security mechanism is not supported by the
connection, an exception is thrown.
The default value for securityMechanism is
CLEAR_TEXT_PASSWORD_SECURITY. If the server does not support
CLEAR_TEXT_PASSWORD_SECURITY but supports
ENCRYPTED_USER_AND_PASSWORD_SECURITY, the IBM Data Server
Driver for JDBC and SQLJ updates the security mechanism to
ENCRYPTED_USER_AND_PASSWORD_SECURITY and attempts to connect to
the server. Any other mismatch in security mechanism support between the
requester and the server results in an error.
This property is applicable only to IBM Data Server Driver for JDBC and SQLJ
type 4 connectivity.
sendDataAsIs
Specifies that the IBM Data Server Driver for JDBC and SQLJ does not convert
input parameter values to the target column data types. The data type of this
property is boolean. The default is false.
You should use this property only for applications that always ensure that the
data types in the application match the data types in the corresponding
database tables.
serverName
The host name or the TCP/IP address of the data source. The data type of this
property is String.
This property is applicable only to IBM Data Server Driver for JDBC and SQLJ
type 4 connectivity.
Chapter 7. JDBC and SQLJ reference information
211

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents