|
|
@ -348,8 +348,12 @@ public class RequestValidationUtil {
|
|
|
|
return enrollmentNotifier.validate(features);
|
|
|
|
return enrollmentNotifier.validate(features);
|
|
|
|
case Constants.IOS:
|
|
|
|
case Constants.IOS:
|
|
|
|
//todo
|
|
|
|
//todo
|
|
|
|
|
|
|
|
features = new ArrayList<>();
|
|
|
|
|
|
|
|
break;
|
|
|
|
case Constants.WINDOWS:
|
|
|
|
case Constants.WINDOWS:
|
|
|
|
//todo
|
|
|
|
//todo
|
|
|
|
|
|
|
|
features = new ArrayList<>();
|
|
|
|
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
default:
|
|
|
|
log.error("No policy validator found for device type " + deviceType);
|
|
|
|
log.error("No policy validator found for device type " + deviceType);
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|