Set user level autherization is support by plugin or not

revert-70aa11f8
manoj 9 years ago
parent 22c2da7fcb
commit fdc4ad8e18

@ -49,6 +49,7 @@ public class DeviceManagementPluginRepository implements DeviceManagerStartupLis
/* Initializing Device Management Service Provider */
provider.init();
DeviceManagerUtil.registerDeviceType(deviceType);
DeviceManagementDataHolder.getInstance().setIsUserLevelAutherizationAllow(provider.getType(),true);
}
} catch (DeviceManagementException e) {
throw new DeviceManagementException("Error occurred while adding device management provider '" +

Loading…
Cancel
Save