public class DeviceManagementAdminServiceImpl extends Object implements DeviceManagementAdminService
| Constructor and Description |
|---|
DeviceManagementAdminServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
disenroll(String acceptHeader,
List<String> deviceIDs)
REST end point for device dis-enrollment.
|
javax.ws.rs.core.Response |
getDeviceLocation(List<String> deviceIDs) |
javax.ws.rs.core.Response |
lock(String acceptHeader,
List<String> deviceIDs)
REST endpoint for the Device Lock operation
|
javax.ws.rs.core.Response |
lockReset(String acceptHeader,
List<String> deviceIDs)
REST endpoint for the device updateLockOperation reset.
|
javax.ws.rs.core.Response |
rebootDevice(List<String> deviceIDs) |
javax.ws.rs.core.Response |
ring(String acceptHeader,
List<String> deviceIDs)
REST end point for the device ring.
|
javax.ws.rs.core.Response |
wipe(String acceptHeader,
List<String> deviceids)
REST Endpoint for the Device wipe.
|
public javax.ws.rs.core.Response lock(@HeaderParam(value="Accept")
String acceptHeader,
List<String> deviceIDs)
throws WindowsDeviceEnrolmentException
lock in interface DeviceManagementAdminServiceacceptHeader - header value of the request POST message.deviceIDs - list of device ids to be add device updateLockOperation operation.WindowsDeviceEnrolmentExceptionpublic javax.ws.rs.core.Response disenroll(@HeaderParam(value="Accept")
String acceptHeader,
List<String> deviceIDs)
throws WindowsDeviceEnrolmentException
disenroll in interface DeviceManagementAdminServiceacceptHeader - POST message header value.deviceIDs - device ids to be dis-enrolled.WindowsDeviceEnrolmentExceptionpublic javax.ws.rs.core.Response wipe(@HeaderParam(value="Accept")
String acceptHeader,
List<String> deviceids)
throws WindowsDeviceEnrolmentException
wipe in interface DeviceManagementAdminServiceacceptHeader - POST message header value.deviceids - device ids to be wiped.WindowsDeviceEnrolmentExceptionpublic javax.ws.rs.core.Response ring(@HeaderParam(value="Accept")
String acceptHeader,
List<String> deviceIDs)
throws WindowsDeviceEnrolmentException
ring in interface DeviceManagementAdminServiceacceptHeader - post message header value.deviceIDs - device ids to be ring.WindowsDeviceEnrolmentExceptionpublic javax.ws.rs.core.Response lockReset(@HeaderParam(value="Accept")
String acceptHeader,
List<String> deviceIDs)
throws WindowsDeviceEnrolmentException
lockReset in interface DeviceManagementAdminServiceacceptHeader - POST message header value.deviceIDs - Device ids to be updateLockOperation reset.WindowsDeviceEnrolmentExceptionpublic javax.ws.rs.core.Response getDeviceLocation(List<String> deviceIDs)
getDeviceLocation in interface DeviceManagementAdminServicepublic javax.ws.rs.core.Response rebootDevice(List<String> deviceIDs)
rebootDevice in interface DeviceManagementAdminServiceCopyright © 2017 WSO2. All rights reserved.