Class CommandLineHandlerIdentityStoreGenerate

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

public class CommandLineHandlerIdentityStoreGenerate extends Object implements Callable<Integer>

Commandline handler to generate a new set of identities.

  • Constructor Details

    • CommandLineHandlerIdentityStoreGenerate

      public CommandLineHandlerIdentityStoreGenerate()
  • Method Details

    • call

      public Integer call() throws Exception

      Commandline handler to generate an identity to an identity store.

      Use java -jar MessageVortex.jar identitystore generate --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