net.java.sip.communicator.plugin.securityconfig.masterpassword
Interface MasterPasswordChangeDialog.MasterPasswordExecutable
- All Known Implementing Classes:
- MasterPasswordPanel.ChangeMasterPasswordCallback
- Enclosing class:
- MasterPasswordChangeDialog
static interface MasterPasswordChangeDialog.MasterPasswordExecutable
Callback interface. Implementing classes know how to change the master
password from the old to the new one.
|
Method Summary |
boolean |
execute(String masterPassword,
String newMasterPassword)
The actions to execute to change the master password. |
execute
boolean execute(String masterPassword,
String newMasterPassword)
- The actions to execute to change the master password.
- Parameters:
masterPassword - old master passwordnewMasterPassword - new master password
- Returns:
- true on success, false on failure.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.