Separate authentication key in-memory storage
[lispflowmapping.git] / mappingservice / implementation / src / main / java / org / opendaylight / lispflowmapping / implementation / MappingService.java
index 28194ff1933dcf3704be1fb4d043b009191f3a01..fa55a6b0d7474596988513dfac53c9114bd0edcf 100644 (file)
@@ -464,6 +464,11 @@ public class MappingService implements OdlMappingserviceService, IMappingService
         return mappingSystem.printMappings();
     }
 
+    @Override
+    public String printKeys() {
+        return mappingSystem.printKeys();
+    }
+
     @Override
     public void close() throws Exception {
         LOG.info("Mapping Service is being destroyed!");