Uses of Class
com.sshtools.common.automate.RemoteIdentificationException

Packages that use RemoteIdentificationException
com.sshtools.common.automate   
 

Uses of RemoteIdentificationException in com.sshtools.common.automate
 

Methods in com.sshtools.common.automate that throw RemoteIdentificationException
 boolean RemoteIdentification.configureUserAccess(SftpClient sftp, java.lang.String serverId, java.lang.String system, java.lang.String username, java.util.List keys, java.lang.String authorizationFile, int mode)
           
 boolean RemoteIdentification.configureUserAccess(SftpClient sftp, java.lang.String serverId, java.lang.String system, java.lang.String username, SshPublicKey pk, java.lang.String authorizationFile, int mode)
           
static byte[] AuthorizedKeys.create(AuthorizedKeys keys, java.lang.String serverId, java.lang.String hostname, AuthorizedKeysFileSaver saver)
           
 AuthorizedKeysFormat RemoteIdentification.getAuthorizedKeysFormat()
           
static RemoteIdentification RemoteIdentificationFactory.getInstance(java.lang.String serverId, java.lang.String hostname)
           
 java.lang.String RemoteIdentification.getName(java.lang.String ident)
           
 java.lang.String SystemVerification.inputAuthorizationFile(java.lang.String defaultPath)
           
 java.lang.String SystemVerification.inputPassword(java.lang.String prompt)
           
 java.lang.String SystemVerification.inputUsername(java.lang.String prompt)
           
static AuthorizedKeys AuthorizedKeys.parse(byte[] formatted, java.lang.String serverId, java.lang.String hostname, AuthorizedKeysFileLoader loader)
           
 



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