Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Flaherty2008-02-28 18:04:34 +0000
committerMatthew Flaherty2008-02-28 18:04:34 +0000
commit760e5f35181e66521ca6a1512317726466c424f8 (patch)
treeeff6912b3f38a5ef22cb4c0be08111be36eeea6c /bundles/org.eclipse.equinox.security/plugin.properties
parent29b554fbb50f5344fbdbb5d5933b78de2481165f (diff)
downloadrt.equinox.bundles-760e5f35181e66521ca6a1512317726466c424f8.tar.gz
rt.equinox.bundles-760e5f35181e66521ca6a1512317726466c424f8.tar.xz
rt.equinox.bundles-760e5f35181e66521ca6a1512317726466c424f8.zip
Initial graduated contributionv20080228_security_initial
Diffstat (limited to 'bundles/org.eclipse.equinox.security/plugin.properties')
-rw-r--r--bundles/org.eclipse.equinox.security/plugin.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.security/plugin.properties b/bundles/org.eclipse.equinox.security/plugin.properties
new file mode 100644
index 000000000..86e7d700f
--- /dev/null
+++ b/bundles/org.eclipse.equinox.security/plugin.properties
@@ -0,0 +1,20 @@
+###############################################################################
+# Copyright (c) 2005, 2007 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
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+
+pluginName = Equinox Java Authentication and Authorization Service (JAAS)
+providerName = Eclipse.org
+configProviderExtName = JAAS Login Configuration Provider
+loginModuleExtName = JAAS LoginModule
+callbackHandlerExtName = JAAS CallbackHandler
+callbackMappingExtName = JAAS Callback Handler Mapping
+storageLoginConfiguration = Default secure storage configuration provider
+storageManualLogin = Ask user Login Module
+secureStorageName = Secure storage password providers

Back to the top