Class Cli

java.lang.Object
ch.swisscom.mid.client.cli.Cli

public class Cli extends Object
Command line interface for the Mobile ID client. Allows the running of the MID Client from the command line, with most of the configuration parameters read from a properties file and only the most important parameters given through the command arguments. Examples: ./mid-client.sh -help ./mid-client.sh -profile-query -msisdn=4071111111111 ./mid-client.sh -sign -sync -msisdn=4071111111111 -lang=en "-dtbs=Do you want to login?" -receipt ./mid-client.sh -sign -async -msisdn=4071111111111 -lang=en "-dtbs=Do you want to login?" -receipt ./mid-client.sh -sign -async -msisdn 4071111111111 -lang en -dtbs "Do you want to login?" -receipt ./mid-client.sh -get-mid-sn -msisdn 4071111111111 -lang en
  • Field Details

  • Constructor Details

    • Cli

      public Cli()
  • Method Details

    • main

      public static void main(String[] args)