Package | Description |
---|---|
org.wso2.carbon.device.mgt.output.adapter.websocket.authorization.client.dto |
Modifier and Type | Method and Description |
---|---|
List<DeviceIdentifier> |
DeviceAuthorizationResult.getAuthorizedDevices() |
List<DeviceIdentifier> |
AuthorizationRequest.getDeviceIdentifiers() |
List<DeviceIdentifier> |
DeviceAuthorizationResult.getUnauthorizedDevices() |
Modifier and Type | Method and Description |
---|---|
void |
DeviceAuthorizationResult.addAuthorizedDevice(DeviceIdentifier deviceIdentifier) |
void |
DeviceAuthorizationResult.addUnauthorizedDevice(DeviceIdentifier deviceIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
DeviceAuthorizationResult.setAuthorizedDevices(List<DeviceIdentifier> authorizedDevices) |
void |
AuthorizationRequest.setDeviceIdentifiers(List<DeviceIdentifier> deviceIdentifiers) |
void |
DeviceAuthorizationResult.setUnauthorizedDevices(List<DeviceIdentifier> unauthorizedDevices) |
Copyright © 2017 WSO2. All rights reserved.