class documentation

class botService(service.MultiService, portal.Portal): (source)

View In Hierarchy

auth service class providing authentification against a userlist

Method __init__ Undocumented
Method getCheckers Undocumented
Method startService starts the service and loads the userlist
Class Variable name Undocumented
Instance Variable checkers Undocumented
Instance Variable config Undocumented
Instance Variable parent Undocumented
Instance Variable realm Undocumented
Instance Variable root Undocumented
def __init__(self, root, parent): (source)

Undocumented

def getCheckers(self): (source)

Undocumented

def startService(self): (source)

starts the service and loads the userlist

name: str = (source)

Undocumented

checkers: dict = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented