Class 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
    • Constructor Detail

      • Cli

        public Cli()
    • Method Detail

      • main

        public static void main​(String[] args)