KIO
authinfo.h
Go to the documentation of this file.
240 ExtraFieldNoFlags = 0,
241 ExtraFieldReadOnly = 1<<1,
242 ExtraFieldMandatory = 1<<2
322 exactOnly = 0x0002,
323 defaultOnly = 0x0004,
324 presetOnly = 0x0008
QString comment
Additional comment to be displayed when prompting the user for authentication information.
Definition: authinfo.h:166
QString digestInfo
Field to store any extra authentication information for protocols that need it.
Definition: authinfo.h:199
static QString extract(const QByteArray &buf, int &pos, const char c1= '\0')
extracts the string between the current position pos and the first occurrence of either c1 or comma (...
Definition: dataprotocol.cpp:108
This class is intended to make it easier to prompt for, cache and retrieve authorization information...
Definition: authinfo.h:57
bool readOnly
Flag which if set forces the username field to be read-only.
Definition: authinfo.h:219
QDataStream & operator<<(QDataStream &s, const AuthInfo &a)
Definition: authinfo.cpp:209
LookUpModeFlag
Specifies the mode to be used when searching for a matching automatic login info for a given site : ...
Definition: authinfo.h:320
QString realmValue
A unique identifier that allows caching of multiple passwords for different resources in the same ser...
Definition: authinfo.h:189
bool verifyPath
Flag that, if set, indicates whether a path match should be performed when requesting for cached auth...
Definition: authinfo.h:212
const KShortcut & reload()
A Singleton class that provides access to passwords stored in .netrc files for automatic login purpos...
Definition: authinfo.h:306
QList< Action > parse(QSettings &ini)
QString caption
The text to displayed in the title bar of the password prompting dialog.
Definition: authinfo.h:142
QString commentLabel
Descriptive label to be displayed in front of the comment when prompting the user for password...
Definition: authinfo.h:175
QString prompt
Information to be displayed when prompting the user for authentication information.
Definition: authinfo.h:131
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.