17 #ifndef QGSCREDENTIALS_H    18 #define QGSCREDENTIALS_H    46     bool getMasterPassword( 
QString &password, 
bool stored = 
false );
    78     virtual bool requestMasterPassword( 
QString &password, 
bool stored = 
false ) = 0;
 
Interface for requesting credentials in QGIS in GUI independent way. 
 
virtual bool requestMasterPassword(QString &password, bool stored=false)=0
request a master password 
 
Default implementation of credentials interface. 
 
virtual bool request(const QString &realm, QString &username, QString &password, const QString &message=QString::null)=0
request a password 
 
Implementation of credentials interface for the console. 
 
void destroyed(QObject *obj)
 
QMutex * mutex()
Return pointer to mutex.