public class SshContainer extends IdentifiedContainer implements Ssh
Constructor and Description |
---|
SshContainer() |
Modifier and Type | Method and Description |
---|---|
String |
authenticationMethod() |
void |
authenticationMethod(String newAuthenticationMethod) |
boolean |
authenticationMethodPresent() |
String |
fingerprint() |
void |
fingerprint(String newFingerprint) |
boolean |
fingerprintPresent() |
BigInteger |
port() |
void |
port(BigInteger newPort) |
boolean |
portPresent() |
User |
user() |
void |
user(User newUser) |
boolean |
userPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public String authenticationMethod()
authenticationMethod
in interface Ssh
public void authenticationMethod(String newAuthenticationMethod)
public boolean authenticationMethodPresent()
authenticationMethodPresent
in interface Ssh
public String fingerprint()
fingerprint
in interface Ssh
public void fingerprint(String newFingerprint)
public boolean fingerprintPresent()
fingerprintPresent
in interface Ssh
public BigInteger port()
public void port(BigInteger newPort)
public boolean portPresent()
portPresent
in interface Ssh
public void user(User newUser)
public boolean userPresent()
userPresent
in interface Ssh
Copyright © 2016. All rights reserved.