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

OSGI-INF.scr-plugin.scrinfo.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?><components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0">
    <scr:component enabled="true" name="org.apache.clerezza.sshshell.SshShell">
        <implementation class="org.apache.clerezza.sshshell.SshShell"/>
        <property name="port" type="Integer" value="8022" private="false"/>
        <property name="service.pid" value="org.apache.clerezza.sshshell.SshShell" private="false"/>
        <reference name="shellFactory" interface="org.apache.clerezza.shell.ShellFactory" cardinality="1..1" policy="static" bind="bindShellFactory" unbind="unbindShellFactory" checked="true" strategy="event"/>
        <reference name="authenticationChecker" interface="org.apache.stanbol.commons.security.auth.AuthenticationChecker" cardinality="1..1" policy="static" bind="bindAuthenticationChecker" unbind="unbindAuthenticationChecker" checked="true" strategy="event"/>
    </scr:component>
</components>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy