RSE
Release 3.0

Uses of Class
org.eclipse.rse.core.model.SystemSignonInformation

Packages that use SystemSignonInformation
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.core   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
 

Uses of SystemSignonInformation in org.eclipse.rse.connectorservice.dstore
 

Methods in org.eclipse.rse.connectorservice.dstore with parameters of type SystemSignonInformation
protected  org.eclipse.dstore.core.client.ConnectionStatus DStoreConnectorService.changePassword(org.eclipse.dstore.core.client.ClientConnection clientConnection, SystemSignonInformation info, IServerLauncherProperties serverLauncherProperties, IProgressMonitor monitor, String newPassword)
          Change the password on a remote system and optionally remain connected to it.
protected  org.eclipse.rse.connectorservice.dstore.DStoreConnectorService.ConnectionStatusPair DStoreConnectorService.connectWithDaemon(SystemSignonInformation info, IRemoteServerLauncher serverLauncher, Boolean alertedNONSSL, IProgressMonitor monitor)
          Connection to a server via the RSE daemon.
protected  org.eclipse.dstore.core.client.ConnectionStatus DStoreConnectorService.connectWithOther(org.eclipse.dstore.core.client.ClientConnection clientConnection, SystemSignonInformation info, IServerLauncherProperties serverLauncher, IProgressMonitor monitor)
          Connect via an overridden launchServer method
protected  org.eclipse.dstore.core.client.ConnectionStatus DStoreConnectorService.connectWithREXEC(SystemSignonInformation info, IRemoteServerLauncher serverLauncher, IProgressMonitor monitor)
          Connect to the server by using REXEC as a daemon to launch it.
protected  org.eclipse.dstore.core.client.ConnectionStatus DStoreConnectorService.launchServer(org.eclipse.dstore.core.client.ClientConnection clientConnection, SystemSignonInformation info, int daemonPort, IProgressMonitor monitor)
           
protected  org.eclipse.dstore.core.client.ConnectionStatus DStoreConnectorService.launchServer(org.eclipse.dstore.core.client.ClientConnection clientConnection, SystemSignonInformation info, int daemonPort, IProgressMonitor monitor, int timeout)
           
protected  org.eclipse.dstore.core.client.ConnectionStatus DStoreConnectorService.launchServer(org.eclipse.dstore.core.client.ClientConnection clientConnection, SystemSignonInformation info, IServerLauncherProperties launcher, IProgressMonitor monitor)
           
protected  int DStoreConnectorService.launchUsingRexec(SystemSignonInformation info, IServerLauncherProperties serverLauncherProperties, IProgressMonitor monitor)
           
 

Uses of SystemSignonInformation in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core that return SystemSignonInformation
 SystemSignonInformation PasswordPersistenceManager.find(IRSESystemType systemtype, String hostname, String userid)
          Find the password for the specified systemtype, hostname and userid.
 SystemSignonInformation PasswordPersistenceManager.find(IRSESystemType systemtype, String hname, String userid, boolean checkDefault)
          Find the persisted password for the specified systemtype, hostname and userid.
 

Methods in org.eclipse.rse.core with parameters of type SystemSignonInformation
 int PasswordPersistenceManager.add(SystemSignonInformation info, boolean overwrite)
          Add a password to the password database.
 int PasswordPersistenceManager.add(SystemSignonInformation info, boolean overwrite, boolean updateDefault)
          Add a password to the password database.
 void PasswordPersistenceManager.remove(SystemSignonInformation info)
          Remove the entry from the keyring that matches the systemtype, hostname and user ID from the SystemSignonInfo parameter.
 

Uses of SystemSignonInformation in org.eclipse.rse.core.subsystems
 

Methods in org.eclipse.rse.core.subsystems that return SystemSignonInformation
 SystemSignonInformation IServerLauncher.getSignonInformation()
          Get the remote system signon information, as set in IServerLauncher.setSignonInformation(SystemSignonInformation)
 

Methods in org.eclipse.rse.core.subsystems with parameters of type SystemSignonInformation
 void IServerLauncher.setSignonInformation(SystemSignonInformation info)
          Set the remote system signon information
 

Uses of SystemSignonInformation in org.eclipse.rse.ui.dialogs
 

Methods in org.eclipse.rse.ui.dialogs that return SystemSignonInformation
 SystemSignonInformation SystemPasswordPersistencePrompt.getSignonInformation()
           
 

Uses of SystemSignonInformation in org.eclipse.rse.ui.propertypages
 

Fields in org.eclipse.rse.ui.propertypages declared as SystemSignonInformation
protected  SystemSignonInformation SignonPreferencePage.PasswordModification.info
           
 

Constructors in org.eclipse.rse.ui.propertypages with parameters of type SystemSignonInformation
SignonPreferencePage.PasswordModification(int changeFlag, SystemSignonInformation info)
           
 

Uses of SystemSignonInformation in org.eclipse.rse.ui.subsystems
 

Methods in org.eclipse.rse.ui.subsystems that return SystemSignonInformation
protected  SystemSignonInformation StandardConnectorService.getSignonInformation()
           
 


RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.