Class CommandLineHandlerIdentityStoreAdd

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

public class CommandLineHandlerIdentityStoreAdd extends Object implements Callable<Integer>

Commandline helper to add an identity to an identity store.

  • Constructor Details

    • CommandLineHandlerIdentityStoreAdd

      public CommandLineHandlerIdentityStoreAdd()
  • Method Details

    • call

      public Integer call() throws Exception

      Commandline handler to add an identity to an identity store.

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