<!ELEMENT extension (provider)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #REQUIRED
name CDATA #IMPLIED>
<!ATTLIST provider
class CDATA #REQUIRED
priority CDATA #REQUIRED
description CDATA #IMPLIED
obsoletes CDATA #IMPLIED>
<!ELEMENT hint EMPTY>
<!ATTLIST hint
value (AutomaticPasswordGeneration) >
<extension id="custom" point="org.eclipse.equinox.security.secureStorage"> <provider class="com.xyz.PasswordProvider" priority="7"> </provider> </extension>
The org.eclipse.equinox.security.ui
bundle supplies default password provider that prompts user to enter the password.
The org.eclipse.equinox.security.win32
fragment provides Windows OS integration.
The org.eclipse.equinox.security.linux
fragment provides Linux OS integration.
The org.eclipse.equinox.security.macosx
fragment provides Mac OS integration.
Copyright (c) 2008 IBM Corporation and others.
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html/
SPDX-License-Identifier: EPL-2.0