|
RSE Release 3.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ConnectionStatus |
DStoreConnectorService.changePassword(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 ConnectionStatus |
DStoreConnectorService.connectWithOther(ClientConnection clientConnection,
SystemSignonInformation info,
IServerLauncherProperties serverLauncher,
IProgressMonitor monitor)
Connect via an overridden launchServer method |
protected ConnectionStatus |
DStoreConnectorService.connectWithREXEC(SystemSignonInformation info,
IRemoteServerLauncher serverLauncher,
IProgressMonitor monitor)
Connect to the server by using REXEC as a daemon to launch it. |
protected ConnectionStatus |
DStoreConnectorService.launchServer(ClientConnection clientConnection,
SystemSignonInformation info,
int daemonPort,
IProgressMonitor monitor)
|
protected ConnectionStatus |
DStoreConnectorService.launchServer(ClientConnection clientConnection,
SystemSignonInformation info,
int daemonPort,
IProgressMonitor monitor,
int timeout)
|
protected ConnectionStatus |
DStoreConnectorService.launchServer(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 system type, host name and user id. |
SystemSignonInformation |
PasswordPersistenceManager.find(IRSESystemType systemType,
String hostName,
String userId,
boolean checkDefault)
Find the password for the specified system type, host name and user id. |
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 password entry that matches the system type, host name 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.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |