Method Summary |
|
public void | addAuthenticationMethod(SshAuthenticationClient method) |
public void | addLocalForwarding(ForwardingConfiguration config) |
public void | addRemoteForwarding(ForwardingConfiguration config) |
public void | clearAuthenticationCache() |
public boolean | disconnectOnSessionClose() |
public boolean | getAllowAgentForwarding() |
public String | getApplicationProperty(String name, String defaultValue) |
public boolean | getApplicationPropertyBoolean(String name, boolean defaultValue) |
public Color | getApplicationPropertyColor(String name, Color defaultColor) |
public int | getApplicationPropertyInt(String name, int defaultValue) |
public Map | getAuthenticationMethods() |
public String | getCommandsToExecute() |
public int | getOnceAuthenticatedCommand() |
public Map | getSftpFavorites() |
public void | open(String file) |
public void | open(File file) |
public void | open(InputStream in) |
public void | removeAuthenticaitonMethod(String method) |
public void | removeAuthenticationMethods() |
public void | removeLocalForwarding(String name) |
public void | removeRemoteForwarding(String name) |
public boolean | requiresPseudoTerminal() |
public void | save(String file) |
public void | save() |
public void | setAllowAgentForwarding(boolean allowAgentForwarding) |
public void | setApplicationProperty(String name, String value) |
public void | setApplicationProperty(String name, int value) |
public void | setApplicationProperty(String name, boolean value) |
public void | setApplicationProperty(String name, Color value) |
public void | setCommandsToExecute(String executeCommands) |
public void | setDisconnectOnSessionClose(boolean disconnectOnSessionClose) |
public void | setOnceAuthenticatedCommand(int onceAuthenticated) |
public void | setRequiresPseudoTerminal(boolean requiresPseudoTerminal) |
public void | setSftpFavorite(String name, String value) |
public String | toString() |