Secure strorage modules

Identifier:
org.eclipse.equinox.security.secureStorage

Description:
Describes implementation of the Equinox secure storage module.

Configuration Markup:

<!ELEMENT extension (provider)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #REQUIRED

name  CDATA #IMPLIED>


<!ELEMENT provider EMPTY>

<!ATTLIST provider

class    CDATA #REQUIRED

priority CDATA #REQUIRED>


Examples:

   <extension
         id="custom"
         point="org.eclipse.equinox.security.secureStorage">
      <provider
            class="com.xyz.PasswordProvider"
            priority="7">
      </provider>
   </extension>

Supplied Implementation:

The org.eclipse.equinox.security.ui bundle supplies default password provider that prompts user to enter the password.

The org.eclipse.equinox.security.win32.x86 fragment provides Windows OS integration.


Copyright (c) 2008 IBM Corporation and others.
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