Password Persistence
Identifier:
com.ibm.etools.systems.core.passwordPersistence
Description:
Extension point for adding a system type to the Remote Systems password registry.
Configuration Markup:
<!ELEMENT extension (provider+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT provider EMPTY>
<!ATTLIST provider
id CDATA #REQUIRED
systemType CDATA #REQUIRED
caseSensitive (true | false) >
- id - A unique identifier for this extension.
- systemType - System type that saved passwords are used for. This will be displayed in the Add Password Information dialog's system type drop down.
- caseSensitive - If the user ID is case sensitive or not. This is an optional attribute.
Examples:
The following is an example of the extension point schema:
<extension point=
"com.ibm.etools.systems.core.passwordPersistence"
>
<provider
id=
"com.acme.iseries.passwordpersistence"
systemType=
"iSeries"
caseSensitive=
"false"
>
</provider>
</extension>
API Information:
There is no code to implement for this extension point.
Supplied Implementation:
See the plugin.xml file for plugin com.ibm.etools.systems.core for examples of using this extension point.
(C) Copyright IBM Corp. 2002, 2004 All Rights Reserved.