Password Persistence

com.ibm.etools.systems.core.passwordPersistence

Extension point for adding a system type to the Remote Systems password registry.

<!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) >


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>

There is no code to implement for this extension point.

See the plugin.xml file for plugin com.ibm.etools.systems.core for examples of using this extension point.