RSE
Release 1.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   
 

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

Methods in org.eclipse.rse.connectorservice.dstore that return SystemSignonInformation
 SystemSignonInformation RexecDstoreServer.getSignonInformation()
          Get the remote system signon information, as set in RexecDstoreServer.setSignonInformation(SystemSignonInformation)
 

Methods in org.eclipse.rse.connectorservice.dstore with parameters of type SystemSignonInformation
protected  int DStoreConnectorService.launchUsingRexec(IProgressMonitor monitor, SystemSignonInformation info, IServerLauncherProperties serverLauncherProperties)
           
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  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.
 void RexecDstoreServer.setSignonInformation(SystemSignonInformation info)
          Set the remote system signon information
 

Uses of SystemSignonInformation in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core that return SystemSignonInformation
 SystemSignonInformation PasswordPersistenceManager.find(String systemtype, String hostname, String userid)
          Find the persisted password for the specified systemtype, hostname and userid.
 SystemSignonInformation PasswordPersistenceManager.find(String 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
 void PasswordPersistenceManager.remove(SystemSignonInformation info)
          Remove the entry from the keyring that matches the systemtype, hostname and user ID from the SystemSignonInfo parameter.
 int PasswordPersistenceManager.add(SystemSignonInformation info, boolean overwrite)
          Add a new persisted password to the password database.
 int PasswordPersistenceManager.add(SystemSignonInformation info, boolean overwrite, boolean updateDefault)
          Add a new persisted password to the password database.
 

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

Methods in org.eclipse.rse.core.subsystems that return SystemSignonInformation
protected  SystemSignonInformation AbstractConnectorService.getPasswordInformation()
          Useful utility method.
 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
protected  void AbstractConnectorService.setPasswordInformation(SystemSignonInformation passwordInfo)
          Useful utility method.
 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()
           
 

Methods in org.eclipse.rse.ui.dialogs with parameters of type SystemSignonInformation
 boolean ISignonValidator.isValid(Shell shell, SystemSignonInformation signonInfo)
          Verify if persisted userid and password are still valid
 

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)
           
 


RSE
Release 1.0

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