Class CommandLineHandlerIdentityStoreInitDemo

java.lang.Object
net.messagevortex.commandline.CommandLineHandlerIdentityStoreInitDemo
All Implemented Interfaces:
Callable<Integer>

public class CommandLineHandlerIdentityStoreInitDemo extends Object implements Callable<Integer>

Commandline handler to generate new demo identities.

  • Constructor Details

    • CommandLineHandlerIdentityStoreInitDemo

      public CommandLineHandlerIdentityStoreInitDemo()
  • Method Details

    • call

      public Integer call() throws Exception

      Commandline handler to create a demo identity store.

      Use java -jar MessageVortex.jar identitystore initDemo --help to get all supported parameters.

      Specified by:
      call in interface Callable<Integer>
      Returns:
      the error level to be returned
      Throws:
      Exception - if anything goes wrong