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 DeviceManagementAdminService
acceptHeader
- header value of the request POST message.deviceIDs
- list of device ids to be add device updateLockOperation operation.WindowsDeviceEnrolmentException
public javax.ws.rs.core.Response disenroll(@HeaderParam(value="Accept") String acceptHeader, List<String> deviceIDs) throws WindowsDeviceEnrolmentException
disenroll
in interface DeviceManagementAdminService
acceptHeader
- POST message header value.deviceIDs
- device ids to be dis-enrolled.WindowsDeviceEnrolmentException
public javax.ws.rs.core.Response wipe(@HeaderParam(value="Accept") String acceptHeader, List<String> deviceids) throws WindowsDeviceEnrolmentException
wipe
in interface DeviceManagementAdminService
acceptHeader
- POST message header value.deviceids
- device ids to be wiped.WindowsDeviceEnrolmentException
public javax.ws.rs.core.Response ring(@HeaderParam(value="Accept") String acceptHeader, List<String> deviceIDs) throws WindowsDeviceEnrolmentException
ring
in interface DeviceManagementAdminService
acceptHeader
- post message header value.deviceIDs
- device ids to be ring.WindowsDeviceEnrolmentException
public javax.ws.rs.core.Response lockReset(@HeaderParam(value="Accept") String acceptHeader, List<String> deviceIDs) throws WindowsDeviceEnrolmentException
lockReset
in interface DeviceManagementAdminService
acceptHeader
- POST message header value.deviceIDs
- Device ids to be updateLockOperation reset.WindowsDeviceEnrolmentException
public javax.ws.rs.core.Response getDeviceLocation(List<String> deviceIDs)
getDeviceLocation
in interface DeviceManagementAdminService
public javax.ws.rs.core.Response rebootDevice(List<String> deviceIDs)
rebootDevice
in interface DeviceManagementAdminService
Copyright © 2017 WSO2. All rights reserved.