class documentation

A factory for instances of FilePasswordDB.

Method generateChecker This checker factory expects to get the location of a file. The file should conform to the format required by FilePasswordDB (using defaults for all initialization parameters).
Class Variable argStringFormat A short (one-line) description of the argument string format.
Class Variable authType A tag that identifies the authentication method.
Class Variable credentialInterfaces A list of credentials interfaces that this factory will support.
def generateChecker(self, argstring): (source)

This checker factory expects to get the location of a file. The file should conform to the format required by FilePasswordDB (using defaults for all initialization parameters).

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.