public abstract class SshUri extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SshUri.SshUriPropertiesBuilder |
Constructor and Description |
---|
SshUri() |
Modifier and Type | Method and Description |
---|---|
static SshUri.SshUriPropertiesBuilder |
builder() |
String |
getHostKey() |
String |
getHostKeyAlgorithm() |
String |
getKnownHostsFile() |
String |
getPreferredAuthentications() |
String |
getPrivateKey() |
String |
getProxyHost() |
Integer |
getProxyPort() |
String |
getUri() |
boolean |
isIgnoreLocalSshSettings() |
boolean |
isStrictHostKeyChecking() |
void |
setHostKey(String hostKey) |
void |
setHostKeyAlgorithm(String hostKeyAlgorithm) |
void |
setIgnoreLocalSshSettings(boolean ignoreLocalSshSettings) |
void |
setKnownHostsFile(String knownHostsFile) |
void |
setPreferredAuthentications(String preferredAuthentications) |
void |
setPrivateKey(String privateKey) |
void |
setProxyHost(String proxyHost) |
void |
setProxyPort(Integer proxyPort) |
void |
setStrictHostKeyChecking(boolean strictHostKeyChecking) |
void |
setUri(String uri) |
String |
toString() |
public static SshUri.SshUriPropertiesBuilder builder()
public String getUri()
public String getHostKeyAlgorithm()
public String getHostKey()
public String getKnownHostsFile()
public String getPreferredAuthentications()
public String getPrivateKey()
public boolean isIgnoreLocalSshSettings()
public boolean isStrictHostKeyChecking()
public void setUri(String uri)
public void setHostKeyAlgorithm(String hostKeyAlgorithm)
public void setHostKey(String hostKey)
public void setKnownHostsFile(String knownHostsFile)
public void setPreferredAuthentications(String preferredAuthentications)
public void setPrivateKey(String privateKey)
public void setIgnoreLocalSshSettings(boolean ignoreLocalSshSettings)
public void setStrictHostKeyChecking(boolean strictHostKeyChecking)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public Integer getProxyPort()
public void setProxyPort(Integer proxyPort)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.