Package com.sshtools.common.automate
Interface SystemVerification
-
- All Superinterfaces:
HostKeyVerification
public interface SystemVerification extends HostKeyVerification
- Version:
- $Revision: 1.11 $
- Author:
- $author$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringinputAuthorizationFile(java.lang.String defaultPath)java.lang.StringinputPassword(java.lang.String prompt)java.lang.StringinputUsername(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
-
-