}
@Override
protected final void main(String[] args) {
try
{
CommandLineParser parser = new PosixParser();
cmd = parser.parse( options, args,true);
execute( new AsyncCallback<Boolean>()
{
public void onSuccess(Boolean b) // ture, got user's credential, false user cancelled, ...
{
Log.debug("ending command " + this.getClass().getName());