org.ow2.jasmine.vmm.agent.driver.util
Class RemoteExec.SshAuthInfo

java.lang.Object
  extended by org.ow2.jasmine.vmm.agent.driver.util.RemoteExec.SshAuthInfo
Enclosing class:
RemoteExec

public static class RemoteExec.SshAuthInfo
extends java.lang.Object

SSH authentification information


Constructor Summary
RemoteExec.SshAuthInfo(java.lang.String password, java.lang.String keyFile)
          Constructs a new SshAuthInfo based on either a password or a private key location
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteExec.SshAuthInfo

public RemoteExec.SshAuthInfo(java.lang.String password,
                              java.lang.String keyFile)
Constructs a new SshAuthInfo based on either a password or a private key location

Parameters:
password - password or null if a key file is provided
keyFile - filename of a private SSH key file or null if a password is provided
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009 OW2 Consortium. All Rights Reserved.