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.
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 34 | Attribute | authType | A tag that identifies the authentication method. |
| 38 | Attribute | authHelp | A detailed (potentially multi-line) description of precisely what functionality this CheckerFactory provides. |
| 43 | Attribute | argStringFormat | A short (one-line) description of the argument string format. |
| 47 | Attribute | credentialInterfaces | A list of credentials interfaces that this factory will support. |
| 51 | Method | generateChecker | Return an ICredentialChecker provider using the
supplied
|
ICredentialChecker provider using the supplied
argument string.