class documentation

class AnonymousCheckerFactory: (source)

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

View In Hierarchy

Generates checkers that will authenticate an anonymous request.
Method generate​Checker Return an twisted.cred.checkers.ICredentialsChecker provider using the supplied argument string.
Class Variable arg​String​Format A short (one-line) description of the argument string format.
Class Variable auth​Type A tag that identifies the authentication method.
Class Variable credential​Interfaces A list of credentials interfaces that this factory will support.
def generateChecker(self, argstring=''): (source)
Return an twisted.cred.checkers.ICredentialsChecker provider using the supplied argument string.
argStringFormat: str = (source)
A short (one-line) description of the argument string format.
authType: str = (source)
A tag that identifies the authentication method.
credentialInterfaces = (source)
A list of credentials interfaces that this factory will support.