authinfo.h
bool verifyPath
Flag that, if set, indicates whether a path match should be performed when requesting for cached auth...
Definition: authinfo.h:200
TQString digestInfo
Field to store any extra authentication information for protocols that need it (ex: http)...
Definition: authinfo.h:187
bool readOnly
Flag which if set forces the username field to be read-only.
Definition: authinfo.h:207
LookUpMode
Specifies the mode to be used when searching for a matching automatic login info for a given site : ...
Definition: authinfo.h:254
TQString commentLabel
Descriptive label to be displayed in front of the comment when prompting the user for password...
Definition: authinfo.h:159
A Singleton class that provides access to passwords stored in .netrc files for automatic login purpos...
Definition: authinfo.h:240
TQString realmValue
A unique identifier that allows caching of multiple passwords for different resources in the same ser...
Definition: authinfo.h:177
This class is intended to make it easier to prompt for, cache and retrieve authorization information...
Definition: authinfo.h:51
TQString prompt
Information to be displayed when prompting the user for authentication information.
Definition: authinfo.h:115
TQString caption
The text to displayed in the title bar of the password prompting dialog.
Definition: authinfo.h:126
TQString comment
Additional comment to be displayed when prompting the user for authentication information.
Definition: authinfo.h:150
void setModified(bool flag)
Use this method to indicate that this object has been modified.
Definition: authinfo.h:82
bool isModified() const
Use this method to check if the object was modified.
Definition: authinfo.h:76