private void doLogin() {
this.progressIndicator.beginAnimatedTask();
setEnabled(false);
this.credentials = new TCSessionCredentials();
this.credentials.setUserName(this.userid.getText());
this.credentials.setPassword(this.password.getText());
this.credentials.setGroup(this.group.getText());
this.credentials.setRole(this.role.getText());
this.credentials.setServerConnection(this.server.getText());