Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.common.configuration » [javadoc | source]
com.sshtools.common.configuration
public class: SshToolsConnectionProfile [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.configuration.SshConnectionProperties
      com.sshtools.common.configuration.SshToolsConnectionProfile
Field Summary
public static final  int DO_NOTHING     
public static final  int START_SHELL     
public static final  int EXECUTE_COMMANDS     
Fields inherited from com.sshtools.j2ssh.configuration.SshConnectionProperties:
USE_STANDARD_SOCKET,  USE_HTTP_PROXY,  USE_SOCKS4_PROXY,  USE_SOCKS5_PROXY,  transportProvider,  proxyHostname,  proxyPort,  proxyUsername,  proxyPassword,  host,  prefDecryption,  prefEncryption,  prefKex,  prefPK,  prefRecvComp,  prefRecvMac,  prefSendComp,  prefSendMac,  username,  port,  localForwardings,  remoteForwardings,  forwardingAutoStart
Constructor:
 public SshToolsConnectionProfile() 
Method from com.sshtools.common.configuration.SshToolsConnectionProfile Summary:
addAuthenticationMethod,   addLocalForwarding,   addRemoteForwarding,   clearAuthenticationCache,   disconnectOnSessionClose,   getAllowAgentForwarding,   getApplicationProperty,   getApplicationPropertyBoolean,   getApplicationPropertyColor,   getApplicationPropertyInt,   getAuthenticationMethods,   getCommandsToExecute,   getOnceAuthenticatedCommand,   getSftpFavorites,   open,   open,   open,   removeAuthenticaitonMethod,   removeAuthenticationMethods,   removeLocalForwarding,   removeRemoteForwarding,   requiresPseudoTerminal,   save,   save,   setAllowAgentForwarding,   setApplicationProperty,   setApplicationProperty,   setApplicationProperty,   setApplicationProperty,   setCommandsToExecute,   setDisconnectOnSessionClose,   setOnceAuthenticatedCommand,   setRequiresPseudoTerminal,   setSftpFavorite,   toString
Methods from com.sshtools.j2ssh.configuration.SshConnectionProperties:
addLocalForwarding,   addRemoteForwarding,   getForwardingAutoStartMode,   getHost,   getLocalForwardings,   getPort,   getPrefCSComp,   getPrefCSEncryption,   getPrefCSMac,   getPrefKex,   getPrefPublicKey,   getPrefSCComp,   getPrefSCEncryption,   getPrefSCMac,   getProxyHost,   getProxyPassword,   getProxyPort,   getProxyUsername,   getRemoteForwardings,   getTransportProvider,   getTransportProviderString,   getUsername,   removeAllForwardings,   setForwardingAutoStartMode,   setHost,   setPort,   setPrefCSComp,   setPrefCSEncryption,   setPrefCSMac,   setPrefKex,   setPrefPublicKey,   setPrefSCComp,   setPrefSCEncryption,   setPrefSCMac,   setProxyHost,   setProxyPassword,   setProxyPort,   setProxyUsername,   setTransportProvider,   setTransportProviderString,   setUsername
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.common.configuration.SshToolsConnectionProfile Detail:
 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) throws InvalidProfileFileException 
 public  void open(File file) throws InvalidProfileFileException 
 public  void open(InputStream in) throws InvalidProfileFileException 
 public  void removeAuthenticaitonMethod(String method) 
 public  void removeAuthenticationMethods() 
 public  void removeLocalForwarding(String name) 
 public  void removeRemoteForwarding(String name) 
 public boolean requiresPseudoTerminal() 
 public  void save() throws InvalidProfileFileException 
 public  void save(String file) throws InvalidProfileFileException 
 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()