Interface w.c.i.ICollaborator(Interface):

Part of wader.common.interfaces View In Hierarchy

Known implementations: wader.cli.collaborator.CLICollaborator

ICollaborator aids AuthStateMachine providing necessary PIN/PUK/Whatever

AuthStateMachine needs an object that provides ICollaborator in order to work. ICollaborator abstracts the mechanism through wich the PIN/PUK is obtained.
Method get_pin Returns a Deferred that will be callbacked with the PIN
Method get_puk Returns a Deferred that will be cbcked with a (puk, sim) tuple
Method get_puk2 Returns a Deferred that will be cbcked with a (puk2, sim) tuple
def get_pin():
Returns a Deferred that will be callbacked with the PIN
def get_puk():
Returns a Deferred that will be cbcked with a (puk, sim) tuple
def get_puk2():
Returns a Deferred that will be cbcked with a (puk2, sim) tuple
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.