:: com :: sun :: star :: task ::

enum PasswordRequestMode
Description
the mode in which a password should be asked
See also
PasswordRequest

Values
PASSWORD_CREATE Password creation.  
PASSWORD_ENTER Ask for a password.  
PASSWORD_REENTER Wrong password was entered, ask again.  
Values' Details
PASSWORD_CREATE
PASSWORD_CREATE,
Description
Password creation.

The password is asked for the first time, so it should be entered twice.

PASSWORD_ENTER
PASSWORD_ENTER,
Description
Ask for a password.

Just ask for a password.

PASSWORD_REENTER
PASSWORD_REENTER,
Description
Wrong password was entered, ask again.

A wrong password was entered, notify user and ask again.

Top of Page