|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.util.PasswordMigrationHelper
PasswordMigrationHelper is a helper class for migrating saved passwords from WDSc 5.0 to WDSc 5.1 and higher. In WDSc 5.0 we stored the passwords in a separate file called passwords.xml. As part of moving the RSE framework to Artemis we also changed this so passwords are stored in the Eclipse keyring file.
Field Summary | |
---|---|
static String |
copyright
|
static String |
HOSTNAME
|
static String |
PASSWORD
|
static String |
ROOT
|
static String |
SYSTEM
|
static String |
SYSTEMTYPE
|
static String |
USERID
|
static String |
VERSION
|
Method Summary | |
---|---|
static PasswordMigrationHelper |
getInstance()
Get the singleton instance for this class. |
boolean |
isMigrationRequired()
Check if the password file still needs to be migrated |
void |
migrate()
Migrate saved password from 5.0 format (separate passwords.xml file) to 5.1 format (Eclipse keyring) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
public static final String ROOT
public static final String SYSTEM
public static final String HOSTNAME
public static final String SYSTEMTYPE
public static final String USERID
public static final String PASSWORD
public static final String VERSION
Method Detail |
public static PasswordMigrationHelper getInstance()
public boolean isMigrationRequired()
public void migrate()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |