«
interface documentation

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

It's implemented by twistd plugins creating checkers.

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

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

argStringFormat =

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

authHelp =

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

authType =

A tag that identifies the authentication method.

credentialInterfaces =

A list of credentials interfaces that this factory will support.