Class t.c.u.UnixConchUser(ConchUser):

Part of twisted.conch.unix View Source View In Hierarchy

Undocumented
Method __init__ Undocumented
Method getUserGroupId Undocumented
Method getOtherGroups Undocumented
Method getHomeDir Undocumented
Method getShell Undocumented
Method global_tcpip_forward Undocumented
Method global_cancel_tcpip_forward Undocumented
Method logout Undocumented
Method _runAsUser Undocumented

Inherited from ConchUser:

Method lookupChannel The other side requested a channel of some sort.
Method lookupSubsystem The other side requested a subsystem.
Method gotGlobalRequest A global request was sent from the other side.
def __init__(self, username): (source)
Undocumented
def getUserGroupId(self): (source)
Undocumented
def getOtherGroups(self): (source)
Undocumented
def getHomeDir(self): (source)
Undocumented
def getShell(self): (source)
Undocumented
def global_tcpip_forward(self, data): (source)
Undocumented
def global_cancel_tcpip_forward(self, data): (source)
Undocumented
def logout(self): (source)
Undocumented
def _runAsUser(self, f, *args, **kw): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.