Skip to main content
summaryrefslogtreecommitdiffstats
blob: 933463eda6868cf18a2ba5b0e1a917686c135a37 (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.osee.framework.skynet.core.internal.AccessPolicyImpl">
   <implementation class="org.eclipse.osee.framework.skynet.core.internal.AccessPolicyImpl"/>
   <service>
      <provide interface="org.eclipse.osee.framework.skynet.core.AccessPolicy"/>
   </service>
   <reference bind="setAccessControlService" cardinality="1..1" interface="org.eclipse.osee.framework.core.services.IAccessControlService" name="IAccessControlService" policy="static"/>
</scr:component>

Back to the top