Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8ac54f9891a3fbbf6a813de8cd0e4b994bf2395b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop" name="org.eclipse.osee.framework.access.internal.AccessControlServiceProxy">
   <implementation class="org.eclipse.osee.framework.access.internal.AccessControlServiceProxy"/>
   <service>
      <provide interface="org.eclipse.osee.framework.core.services.IAccessControlService"/>
   </service>
   <reference bind="setDbService" cardinality="1..1" interface="org.eclipse.osee.framework.database.IOseeDatabaseService" name="IOseeDatabaseService" policy="static"/>
   <reference bind="setCachingService" cardinality="1..1" interface="org.eclipse.osee.framework.core.services.IOseeCachingService" name="IOseeCachingService" policy="static"/>
   <reference bind="setIdentityService" cardinality="1..1" interface="org.eclipse.osee.framework.core.services.IdentityService" name="IdentityService" policy="static"/>
</scr:component>

Back to the top