setEncryptionFlag()

Sets the encryption flag of a connector configuration property in its connector-property object.

Syntax

public void setEncryptionFlag(boolean encryptFlag);
 

Parameters

encryptFlag
Is a boolean value to indicate whether the current connector configuration property's value should be encrypted.

Return values

None.

Notes

The setEncryptionFlag() method sets the boolean encryption flag from the connector-property object. This flag indicates whether the connector property's string values are encrypted.

Note:
In Connector Configurator, encrypted values display as a string of asterisk (*) characters.

See also

getEncryptionFlag()

Copyright IBM Corp. 1997, 2003