com.ibm.etools.iseries.core.ui
Class ISeriesChangePasswordHelper
java.lang.Object
com.ibm.etools.iseries.core.ui.ISeriesChangePasswordHelper
- All Implemented Interfaces:
- Runnable
- public class ISeriesChangePasswordHelper
- extends Object
- implements Runnable
Helper class for running the change password dialog and respective code on the
UI thread.
Method Summary |
static void |
changePassword(Shell shell,
com.ibm.etools.systems.subsystems.SubSystem subsystem)
Central place for the code that handles changing an iSeries password and updating
the stored local passwords if required. |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final String copyright
- See Also:
- Constant Field Values
ISeriesChangePasswordHelper
public ISeriesChangePasswordHelper(com.ibm.etools.systems.subsystems.SubSystem subsystem)
- Constructor
run
public void run()
- Specified by:
run
in interface Runnable
changePassword
public static void changePassword(Shell shell,
com.ibm.etools.systems.subsystems.SubSystem subsystem)
- Central place for the code that handles changing an iSeries password and updating
the stored local passwords if required. This method must be called on the UI
thread. If you are not on the UI thread they create an instance of this class
and pass it to Display.syncExcec(...) or Display.asyncExec(...).
- Parameters:
subsystem
- The Subsystem which represents the remote system where the password
should be changed.
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.