passwordEncrypter
Identifier:
org.eclipse.wst.rdb.core.passwordEncrypter
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension-point can be used to provide the password encrypter to encode/decode the password
Usage:
The extension class must implement the interface
org.eclipse.wst.rdb.internal.core.connection.IPasswordEncrypter
Configuration Markup:
<!ELEMENT encrypter EMPTY>
<!ATTLIST encrypter
class CDATA #REQUIRED>
- class - The extension class must implement the interface
org.eclipse.wst.rdb.internal.core.connection.IPasswordEncrypter
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]