Class: QgsCredentialsNone

class qgis.core.QgsCredentialsNone

Bases: PyQt5.QtCore.QObject, QgsCredentials

Default implementation of credentials interface

This class doesn’t prompt or return credentials

Methods

childEvent

connectNotify

customEvent

disconnectNotify

isSignalConnected

receivers

request

param realm

requestMasterPassword

param password

sender

senderSignalIndex

setInstance

timerEvent

Signals

destroyed

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

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]
Parameters
  • realm (str) –

  • username (str) –

  • password (str) –

  • message (str = '') –

Return type

Tuple[bool, str, str]

requestMasterPassword(self, password: str, stored: bool = False) → Tuple[bool, str]
Parameters
  • password (str) –

  • stored (bool = False) –

Return type

Tuple[bool, str]

sender()
senderSignalIndex()
setInstance()
timerEvent()