Part of twisted.cred.strcred View Source View In Hierarchy
Known implementations: twisted.plugins.cred_anonymous.AnonymousCheckerFactory, twisted.plugins.cred_file.FileCheckerFactory, twisted.plugins.cred_memory.InMemoryCheckerFactory, twisted.plugins.cred_unix.UNIXCheckerFactory
A factory for objects which provide twisted.cred.checkers.ICredentialsChecker.
| 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 ICredentialCheckerprovider using the supplied 
argument string. | 
ICredentialChecker provider using the supplied 
argument string.