Interface IMappingServiceShell

All Known Implementing Classes:
MappingServiceShell

public interface IMappingServiceShell
This interface defines the methods that need to be implemented in order to provide commands for the Karaf shell.
Author:
Lorand Jakab
  • Method Details

    • printMappings

      String printMappings()
      Print the full mapping database.
      Returns:
      the text to be printed on the Karaf console.
    • prettyPrintMappings

      String prettyPrintMappings()
      Print the full mapping database in human readable form.
      Returns:
      the text to be printed on the Karaf console.
    • printKeys

      String printKeys()
      Print the full authentication key database.
      Returns:
      the text to be printed on the Karaf console.
    • prettyPrintKeys

      String prettyPrintKeys()
      Print the full authentication key database in human readable form.
      Returns:
      the text to be printed on the Karaf console.
    • addDefaultKeyIPv4

      void addDefaultKeyIPv4()
      Add the default key "password" for the IPv4 prefix 0.0.0.0/0.
    • addDefaultKeyIPv6

      void addDefaultKeyIPv6()
      Add the default key "password" for the IPv6 prefix ::0/0.