All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.security-service.xml Maven / Gradle / Ivy

There is a newer version: 16.7
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"
               name="org.opencastproject.kernel.security.SecurityServiceSpringImpl">
  <implementation class="org.opencastproject.kernel.security.SecurityServiceSpringImpl"/>
  <property name="service.description" value="Provides username and role information for the current user"/>
  <service>
    <provide interface="org.opencastproject.security.api.SecurityService"/>
  </service>
  <reference name="userDirectory" interface="org.opencastproject.security.api.UserDirectoryService"
             cardinality="0..1" policy="dynamic" bind="setUserDirectory" undbind="removeUserDirectory"/>
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy