Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osee.framework.core.server')
-rw-r--r--org.eclipse.osee.framework.core.server/OSGI-INF/authentication.provider.demo.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.osee.framework.core.server/OSGI-INF/authentication.provider.demo.xml b/org.eclipse.osee.framework.core.server/OSGI-INF/authentication.provider.demo.xml
new file mode 100644
index 00000000000..43bf0320fbb
--- /dev/null
+++ b/org.eclipse.osee.framework.core.server/OSGI-INF/authentication.provider.demo.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<component name="authentication.provider.demo">
+ <implementation class="org.eclipse.osee.framework.core.server.internal.authentication.DemoAuthenticationProvider"/>
+ <service>
+ <provide interface="org.eclipse.osee.framework.core.server.IAuthenticationProvider"/>
+ </service>
+</component> \ No newline at end of file

Back to the top