Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.authentication » [javadoc | source]
com.sshtools.j2ssh.authentication
public class: PublicKeyAuthenticationClient [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.authentication.SshAuthenticationClient
      com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient
Field Summary
protected  SshPrivateKey key     
Constructor:
 public PublicKeyAuthenticationClient() 
Method from com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient Summary:
acceptsKey,   authenticate,   canAuthenticate,   getKeyfile,   getMethodName,   getPersistableProperties,   reset,   setKey,   setKeyfile,   setPersistableProperties
Methods from com.sshtools.j2ssh.authentication.SshAuthenticationClient:
authenticate,   canAuthenticate,   canPrompt,   getAuthenticationPrompt,   getMethodName,   getPersistableProperties,   getUsername,   reset,   setAuthenticationPrompt,   setPersistableProperties,   setUsername
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.authentication.PublicKeyAuthenticationClient Detail:
 public boolean acceptsKey(AuthenticationProtocolClient authentication,
    String username,
    String serviceToStart,
    SshPublicKey key) throws IOException 
 public  void authenticate(AuthenticationProtocolClient authentication,
    String serviceToStart) throws TerminatedStateException, IOException 
 public boolean canAuthenticate() 
 public String getKeyfile() 
 public String getMethodName() 
 public Properties getPersistableProperties() 
 public  void reset() 
 public  void setKey(SshPrivateKey key) 
 public  void setKeyfile(String privateKeyFile) 
 public  void setPersistableProperties(Properties properties)