|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.vmm.agent.driver.util.RemoteExec.SshAuthInfo
public static class RemoteExec.SshAuthInfo
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 |
|---|
public RemoteExec.SshAuthInfo(java.lang.String password,
java.lang.String keyFile)
password - password or null if a key file is providedkeyFile - filename of a private SSH key file or null if a
password is provided| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||