Extension point for adding a system type to the Remote Systems password registry. A unique identifier for this extension. System type that saved passwords are used for. This will be displayed in the Add Password Information dialog's system type drop down. If the user ID is case sensitive or not. This is an optional attribute. The following is an example of the extension point schema: <pre> <extension point="org.eclipse.rse.ui.passwordPersistence"> <provider id="com.acme.iseries.passwordpersistence" systemType="iSeries" caseSensitive="false"> </provider> </extension> </pre> There is no code to implement for this extension point. See the plugin.xml file for plugin org.eclipse.rse.ui for examples of using this extension point. Copyright (c) 2002, 2006 IBM Corporation. All Rights Reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: IBM Corporation - initial API and implementation