Package ch.swisscom.mid.client.cli
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
-
-
Constructor Summary
Constructors Constructor Description Cli()
-
-
-
Field Detail
-
SEPARATOR
public static final String SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
-