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

childEvent
connectNotify
customEvent
disconnectNotify
isSignalConnected
receivers
request
requestMasterPassword
sender
senderSignalIndex
setInstance
timerEvent

Signals

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

Attributes

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()