com.sshtools.common.automate
Interface SystemVerification

All Superinterfaces:
HostKeyVerification

public interface SystemVerification
extends HostKeyVerification

Version:
$Revision: 1.11 $
Author:
$author$

Method Summary
 java.lang.String inputAuthorizationFile(java.lang.String defaultPath)
           
 java.lang.String inputPassword(java.lang.String prompt)
           
 java.lang.String inputUsername(java.lang.String prompt)
           
 
Methods inherited from interface com.sshtools.j2ssh.transport.HostKeyVerification
verifyHost
 

Method Detail

inputAuthorizationFile

java.lang.String inputAuthorizationFile(java.lang.String defaultPath)
                                        throws RemoteIdentificationException
Parameters:
defaultPath -
Returns:
Throws:
RemoteIdentificationException

inputUsername

java.lang.String inputUsername(java.lang.String prompt)
                               throws RemoteIdentificationException
Parameters:
prompt -
Returns:
Throws:
RemoteIdentificationException

inputPassword

java.lang.String inputPassword(java.lang.String prompt)
                               throws RemoteIdentificationException
Parameters:
prompt -
Returns:
Throws:
RemoteIdentificationException


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.