Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Besedin2008-05-09 19:29:11 +0000
committerOleg Besedin2008-05-09 19:29:11 +0000
commit7c405d7881009743d9f6e1379a1469541c5cdf3f (patch)
treee0f46319c9d6399941335c5f4e994b629e410a4a /bundles/org.eclipse.equinox.security.win32.x86
parent8d2d2977ba69a4b84022b1199e1d9e83e7f80029 (diff)
downloadrt.equinox.bundles-7c405d7881009743d9f6e1379a1469541c5cdf3f.tar.gz
rt.equinox.bundles-7c405d7881009743d9f6e1379a1469541c5cdf3f.tar.xz
rt.equinox.bundles-7c405d7881009743d9f6e1379a1469541c5cdf3f.zip
Bug 230242 [sec] Add hints describing capabilities of the password providers
Diffstat (limited to 'bundles/org.eclipse.equinox.security.win32.x86')
-rw-r--r--bundles/org.eclipse.equinox.security.win32.x86/fragment.properties1
-rw-r--r--bundles/org.eclipse.equinox.security.win32.x86/fragment.xml4
2 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.security.win32.x86/fragment.properties b/bundles/org.eclipse.equinox.security.win32.x86/fragment.properties
index d93ef4622..e8db1426b 100644
--- a/bundles/org.eclipse.equinox.security.win32.x86/fragment.properties
+++ b/bundles/org.eclipse.equinox.security.win32.x86/fragment.properties
@@ -11,3 +11,4 @@
fragmentName = Windows Data Protection services integration
providerName = Eclipse.org
windowsModuleName = Windows Integration
+providerDescription = The provider uses Windows APIs to encrypt a randomly generated \'master\' password in a way specific to the login credentials. Users who can log into the Windows account can access contents of the secure storage.
diff --git a/bundles/org.eclipse.equinox.security.win32.x86/fragment.xml b/bundles/org.eclipse.equinox.security.win32.x86/fragment.xml
index 15f8f0602..371d17f2e 100644
--- a/bundles/org.eclipse.equinox.security.win32.x86/fragment.xml
+++ b/bundles/org.eclipse.equinox.security.win32.x86/fragment.xml
@@ -7,7 +7,11 @@
point="org.eclipse.equinox.security.secureStorage">
<provider
class="org.eclipse.equinox.internal.security.win32.WinCrypto"
+ description="%providerDescription"
priority="5">
+ <hint
+ value="AutomaticPasswordGeneration">
+ </hint>
</provider>
</extension>

Back to the top