mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
adding bean refference for win10
This commit is contained in:
parent
fc7d86801f
commit
90ad21e960
@ -103,6 +103,13 @@
|
||||
</jaxrs:serviceBeans>
|
||||
</jaxrs:server>
|
||||
|
||||
<!--Syncml Windows 10 device mgt Endpoint-->
|
||||
<jaxrs:server id="Win10devicemgtSession" address="/management">
|
||||
<jaxrs:serviceBeans>
|
||||
<ref bean="devicemgt_bean"/>
|
||||
</jaxrs:serviceBeans>
|
||||
</jaxrs:server>
|
||||
|
||||
<!--BST provider Endpoint for returning binary security token after authentication-->
|
||||
<jaxrs:server id="bstprovider" address="/federated">
|
||||
<jaxrs:serviceBeans>
|
||||
@ -111,7 +118,7 @@
|
||||
</jaxrs:server>
|
||||
|
||||
<!--Endpoint for UI admin operations-->
|
||||
<jaxrs:server id="adminoperations" address="/windows">
|
||||
<jaxrs:server id="adminoperations" address="/operation">
|
||||
<jaxrs:serviceBeans>
|
||||
<ref bean="deviceMgtAdminService"/>
|
||||
<ref bean="swaggerResource"/>
|
||||
@ -177,6 +184,8 @@
|
||||
</bean>
|
||||
<bean id="Syncml_initial_bean"
|
||||
class="org.wso2.carbon.device.mgt.mobile.windows.api.services.syncml.impl.SyncmlServiceImpl"/>
|
||||
<bean id="devicemgt_bean"
|
||||
class="org.wso2.carbon.device.mgt.mobile.windows.api.services.impl.DeviceManagementServiceImpl"/>
|
||||
<bean id="customvalidator"
|
||||
class="org.wso2.carbon.device.mgt.mobile.windows.api.common.util.BSTValidator"/>
|
||||
<bean id="customvalidatoronpremise"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user