Package ch.swisscom.mid.client.cli
Class Cli
java.lang.Object
ch.swisscom.mid.client.cli.Cli
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SEPARATOR
- See Also:
-
-
Constructor Details
-
Cli
public Cli()
-
-
Method Details
-
main
-