org.topcased.service.updatesite
Class UpdateSiteKBIRequestHandler
java.lang.Object
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.
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 |
UpdateSiteKBIRequestHandler
public UpdateSiteKBIRequestHandler(UpdateSiteWizard theWizard)
- Constructor
- Parameters:
theWizard
- The current wizard
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
-
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.