Interface DeviceRegistrationController
- All Known Implementing Classes:
DeviceRegistrationControllerImpl
public interface DeviceRegistrationController
Interacts with the device registration portal.
-
Method Summary
Modifier and TypeMethodDescriptionlicenseNotValidAfter(org.restexpress.Request request, org.restexpress.Response response) register(org.restexpress.Request request, org.restexpress.Response response) registrationStatus(org.restexpress.Request request, org.restexpress.Response response) voidresetRegistration(org.restexpress.Request request, org.restexpress.Response response)
-
Method Details
-
registrationStatus
DeviceRegistrationInfo registrationStatus(org.restexpress.Request request, org.restexpress.Response response) -
licenseNotValidAfter
-
register
-
resetRegistration
void resetRegistration(org.restexpress.Request request, org.restexpress.Response response) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-