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

exception PasswordRequest
Base Hierarchy
PasswordRequestClassifiedInteractionRequest
    ┗ ::com::sun::star::uno::Exception
Description
this request specifies the mode in wich the password should be asked

It is supported by InteractionHandler service, and can be used to interact for a password. Continuations for using with the mentioned service are Abort and Approve.


Elements' Summary
Mode the mode in which password should be asked  
Elements' Details
Mode
PasswordRequestMode Mode;
Description
the mode in which password should be asked
See also
PasswordRequestMode
Top of Page