Administration Tools

org.topcased.service.updatesite
Class UpdateSiteKBIRequestHandler

java.lang.Object
  extended by org.topcased.service.updatesite.UpdateSiteKBIRequestHandler

public class UpdateSiteKBIRequestHandler
extends java.lang.Object

This class avoids to use a GUI for entering SSH passwords. This solution is the best because the user don't have to enter his/her password two times. The user password is taken since the information entered on the connect page.


Constructor Summary
UpdateSiteKBIRequestHandler(UpdateSiteWizard theWizard)
          Constructor
 
Method Summary
 void showPrompts(java.lang.String name, java.lang.String instruction, KBIPrompt[] prompts)
          This method provides the user password entered during the connect page to the SSH server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateSiteKBIRequestHandler

public UpdateSiteKBIRequestHandler(UpdateSiteWizard theWizard)
Constructor

Parameters:
theWizard - The current wizard
Method Detail

showPrompts

public void showPrompts(java.lang.String name,
                        java.lang.String instruction,
                        KBIPrompt[] prompts)
This method provides the user password entered during the connect page to the SSH server.

Parameters:
name -
instruction -
prompts -

Administration Tools

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.