Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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.
 

Method Detail

execute

boolean execute(String masterPassword,
                String newMasterPassword)
The actions to execute to change the master password.

Parameters:
masterPassword - old master password
newMasterPassword - new master password
Returns:
true on success, false on failure.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.