mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Set user level autherization is support by plugin or not
This commit is contained in:
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…
Reference in New Issue
Block a user