Class MappingServiceShell

  • All Implemented Interfaces:
    IMappingServiceShell

    public class MappingServiceShell
    extends java.lang.Object
    implements IMappingServiceShell
    Implement Karaf commands to interact with the Mapping Service.
    Author:
    Lorand Jakab
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.slf4j.Logger LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addDefaultKeyIPv4()
      Add the default key "password" for the IPv4 prefix 0.0.0.0/0.
      void addDefaultKeyIPv6()
      Add the default key "password" for the IPv6 prefix ::0/0.
      java.lang.String prettyPrintKeys()
      Print the full authentication key database in human readable form.
      java.lang.String prettyPrintMappings()
      Print the full mapping database in human readable form.
      java.lang.String printKeys()
      Print the full authentication key database.
      java.lang.String printMappings()
      Print the full mapping database.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
    • Constructor Detail

      • MappingServiceShell

        public MappingServiceShell​(IMappingService mappingService)