IMP_Ajax_Application_Handler_Passphrase
extends Horde_Core_Ajax_Application_Handler
in package
Defines AJAX actions used in the IMP passphrase dialog.
Tags
Table of Contents
Methods
- checkPassphrase() : bool
- AJAX action: Check passphrase.
Methods
checkPassphrase()
AJAX action: Check passphrase.
public
checkPassphrase() : bool
Variables required in form input:
- dialog_input: (string) Input from the dialog screen.
- reload: (mixed) If set, reloads page instead of returning data.
- symmetricid: (string) The symmetric ID to process.
- type: (string) The passphrase type.
Return values
bool —True on success.