Class DeviceKeyListCommand

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

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

      • DeviceKeyListCommand

        public DeviceKeyListCommand()
    • Method Detail

      • getSortedDeviceKeys

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