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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
LOGprotected static final org.slf4j.Logger LOG
 
- 
- 
Constructor Details- 
MappingServiceShell
 
- 
- 
Method Details- 
printMappingsDescription copied from interface:IMappingServiceShellPrint the full mapping database.- Specified by:
- printMappingsin interface- IMappingServiceShell
- Returns:
- the text to be printed on the Karaf console.
 
- 
prettyPrintMappingsDescription copied from interface:IMappingServiceShellPrint the full mapping database in human readable form.- Specified by:
- prettyPrintMappingsin interface- IMappingServiceShell
- Returns:
- the text to be printed on the Karaf console.
 
- 
printKeysDescription copied from interface:IMappingServiceShellPrint the full authentication key database.- Specified by:
- printKeysin interface- IMappingServiceShell
- Returns:
- the text to be printed on the Karaf console.
 
- 
prettyPrintKeysDescription copied from interface:IMappingServiceShellPrint the full authentication key database in human readable form.- Specified by:
- prettyPrintKeysin interface- IMappingServiceShell
- Returns:
- the text to be printed on the Karaf console.
 
- 
addDefaultKeyIPv4public void addDefaultKeyIPv4()Description copied from interface:IMappingServiceShellAdd the default key "password" for the IPv4 prefix 0.0.0.0/0.- Specified by:
- addDefaultKeyIPv4in interface- IMappingServiceShell
 
- 
addDefaultKeyIPv6public void addDefaultKeyIPv6()Description copied from interface:IMappingServiceShellAdd the default key "password" for the IPv6 prefix ::0/0.- Specified by:
- addDefaultKeyIPv6in interface- IMappingServiceShell
 
 
-