class documentation

class UNIXCheckerFactory: (source)

Implements interfaces: twisted.cred.strcred.ICheckerFactory, twisted.plugin.IPlugin

View In Hierarchy

A factory for UNIXChecker.
Method generateChecker This checker factory ignores the argument string. Everything needed to generate a user database is pulled out of the local UNIX environment.
Class Variable argStringFormat A short (one-line) description of the argument string format.
Class Variable authType A tag that identifies the authentication method.
def generateChecker(self, argstring): (source)
This checker factory ignores the argument string. Everything needed to generate a user database is pulled out of the local UNIX environment.
argStringFormat: str = (source)
A short (one-line) description of the argument string format.
authType: str = (source)
A tag that identifies the authentication method.