Class MappingServiceShell
java.lang.Object
org.opendaylight.lispflowmapping.implementation.MappingServiceShell
- All Implemented Interfaces:
IMappingServiceShell
Implement Karaf commands to interact with the Mapping Service.
- Author:
- Lorand Jakab
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd the default key "password" for the IPv4 prefix 0.0.0.0/0.voidAdd the default key "password" for the IPv6 prefix ::0/0.Print the full authentication key database in human readable form.Print the full mapping database in human readable form.Print the full authentication key database.Print the full mapping database.
-
Field Details
-
LOG
protected static final org.slf4j.Logger LOG
-
-
Constructor Details
-
MappingServiceShell
-
-
Method Details
-
printMappings
Description copied from interface:IMappingServiceShellPrint the full mapping database.- Specified by:
printMappingsin interfaceIMappingServiceShell- Returns:
- the text to be printed on the Karaf console.
-
prettyPrintMappings
Description copied from interface:IMappingServiceShellPrint the full mapping database in human readable form.- Specified by:
prettyPrintMappingsin interfaceIMappingServiceShell- Returns:
- the text to be printed on the Karaf console.
-
printKeys
Description copied from interface:IMappingServiceShellPrint the full authentication key database.- Specified by:
printKeysin interfaceIMappingServiceShell- Returns:
- the text to be printed on the Karaf console.
-
prettyPrintKeys
Description copied from interface:IMappingServiceShellPrint the full authentication key database in human readable form.- Specified by:
prettyPrintKeysin interfaceIMappingServiceShell- Returns:
- the text to be printed on the Karaf console.
-
addDefaultKeyIPv4
public void addDefaultKeyIPv4()Description copied from interface:IMappingServiceShellAdd the default key "password" for the IPv4 prefix 0.0.0.0/0.- Specified by:
addDefaultKeyIPv4in interfaceIMappingServiceShell
-
addDefaultKeyIPv6
public void addDefaultKeyIPv6()Description copied from interface:IMappingServiceShellAdd the default key "password" for the IPv6 prefix ::0/0.- Specified by:
addDefaultKeyIPv6in interfaceIMappingServiceShell
-