Class DeviceKeyListCommand

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action, CodecContext

    public class DeviceKeyListCommand
    extends AbstractShellCommand
    Lists all device keys.
    • Constructor Detail

      • DeviceKeyListCommand

        public DeviceKeyListCommand()
    • Method Detail

      • getSortedDeviceKeys

        protected List<DeviceKey> getSortedDeviceKeys​(DeviceKeyService service)
        Returns the list of devices keys sorted using the device key identifier.
        Parameters:
        service - device key service
        Returns:
        sorted device key list