interface documentation

class ICheckerFactory(Interface): (source)

Known implementations: twisted.plugins.cred_anonymous.AnonymousCheckerFactory, twisted.plugins.cred_file.FileCheckerFactory, twisted.plugins.cred_memory.InMemoryCheckerFactory, twisted.plugins.cred_sshkeys.SSHKeyCheckerFactory, twisted.plugins.cred_unix.UNIXCheckerFactory

View In Hierarchy

A factory for objects which provide twisted.cred.checkers.ICredentialsChecker.

It's implemented by twistd plugins creating checkers.

Attribute authType A tag that identifies the authentication method.
Attribute authHelp A detailed (potentially multi-line) description of precisely what functionality this CheckerFactory provides.
Attribute argStringFormat A short (one-line) description of the argument string format.
Attribute credentialInterfaces A list of credentials interfaces that this factory will support.
Method generateChecker Return an twisted.cred.checkers.ICredentialsChecker provider using the supplied argument string.
authType = (source)

A tag that identifies the authentication method.

authHelp = (source)

A detailed (potentially multi-line) description of precisely what functionality this CheckerFactory provides.

argStringFormat = (source)

A short (one-line) description of the argument string format.

credentialInterfaces = (source)

A list of credentials interfaces that this factory will support.

def generateChecker(argstring): (source)

Return an twisted.cred.checkers.ICredentialsChecker provider using the supplied argument string.

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.