OSGI-INF.scr-plugin.scrinfo.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?><components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.0.0"> <scr:component enabled="true" immediate="true" name="agent.outbound.ws.user.store.component"> <implementation class="org.wso2.carbon.identity.user.store.outbound.internal.WSUserStoreDSComponent"/> <property name="service.pid" value="agent.outbound.ws.user.store.component" private="false"/> <reference name="user.realmservice.default" interface="org.wso2.carbon.user.core.service.RealmService" cardinality="1..1" policy="dynamic" bind="setRealmService" unbind="unsetRealmService" checked="true" strategy="event"/> <reference name="registry.service" interface="org.wso2.carbon.registry.core.service.RegistryService" cardinality="1..1" policy="dynamic" bind="setRegistryService" unbind="unsetRegistryService" checked="true" strategy="event"/> </scr:component> </components>