Subgroup: Credentials

Class: QgsCredentialsConsole

class qgis.core.QgsCredentialsConsole

Bases: PyQt5.QtCore.QObject, qgis._core.QgsCredentials

Implementation of credentials interface for the console

This class outputs message to the standard output and retrieves input from standard input. Therefore it won’t be the right choice for apps without GUI.

Methods

blockSignals
childEvent
children
connectNotify
customEvent
deleteLater
disconnect
disconnectNotify
dumpObjectInfo
dumpObjectTree
dynamicPropertyNames
event
eventFilter
findChild findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
findChildren findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
get
getMasterPassword
inherits
installEventFilter
instance retrieves instance
isSignalConnected
isWidgetType
isWindowType
killTimer
lock Lock the instance against access from multiple threads.
metaObject
moveToThread
mutex Return pointer to mutex
objectName
parent
property
put
pyqtConfigure Each keyword argument is either the name of a Qt property or a Qt signal.
receivers
removeEventFilter
request
requestMasterPassword
sender
senderSignalIndex
setInstance
setObjectName
setParent
setProperty
signalsBlocked
startTimer
thread
timerEvent
tr
unlock Unlock the instance after being locked.

Attributes

destroyed signals that object will be destroyed and shouldn’t be used anymore [signal]
objectNameChanged objectNameChanged(self, str) [signal]
staticMetaObject
childEvent()
connectNotify()
customEvent()
destroyed

signals that object will be destroyed and shouldn’t be used anymore [signal]

disconnectNotify()
isSignalConnected()
receivers()
request(self, realm: str, username: str, password: str, message: str = '') → Tuple[bool, str, str]
requestMasterPassword(self, password: str, stored: bool = False) → Tuple[bool, str]
sender()
senderSignalIndex()
setInstance()
timerEvent()