Module t.c.strcred

Part of twisted.cred View Source

Support for resolving command-line strings that represent different checkers available to cred.

Examples:
Line # Kind Name Docs
26 Interface ICheckerFactory A factory for objects which provide
59 Class StrcredException Base exception class for strcred.
66 Class InvalidAuthType Raised when a user provides an invalid identifier for the
74 Class InvalidAuthArgumentString Raised by an authentication plugin when the argument string
82 Class UnsupportedInterfaces Raised when an application is given a checker to use that does not
97 Function findCheckerFactories Find all objects that implement ICheckerFactory.
105 Function findCheckerFactory Find the first checker factory that supports the given authType.
116 Function makeChecker Returns an twisted.cred.checkers.ICredentialsChecker based on the
131 Class AuthOptionMixin Defines helper methods that can be added on to any
def findCheckerFactories(): (source)
Find all objects that implement ICheckerFactory.
def findCheckerFactory(authType): (source)
Find the first checker factory that supports the given authType.
def makeChecker(description): (source)
Returns an twisted.cred.checkers.ICredentialsChecker based on the contents of a descriptive string. Similar to twisted.application.strports.
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.