Skip to main content
summaryrefslogtreecommitdiffstats
blob: 43bf0320fbb151d13abc7bf932d398fe3a87dbe3 (plain) (blame)
1
2
3
4
5
6
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>

Back to the top