getEncryptionFlag()

Retrieves the encryption flag of the hierarchical connector configuration property from the connector-property object.

Syntax

public Boolean getEncryptionFlag();

Parameters

None.

Return values

A boolean value that indicates whether the current connector configuration property's value is encrypted.

Exceptions

None.

Notes

The getEncryptionFlag() method obtains 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

setEncryptionFlag()

Copyright IBM Corp. 1997, 2004