class documentation

class UnixConchUser(ConchUser): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get​Home​Dir Undocumented
Method get​Other​Groups Undocumented
Method get​Shell Undocumented
Method get​User​Group​Id Undocumented
Method global​_cancel​_tcpip​_forward Undocumented
Method global​_tcpip​_forward Undocumented
Method logout Undocumented
Instance Variable listeners Undocumented
Instance Variable other​Groups Undocumented
Instance Variable pwd​Data Undocumented
Instance Variable username Undocumented
Method _run​As​User Undocumented

Inherited from ConchUser:

Method conn​.setter Undocumented
Method got​Global​Request A global request was sent from the other side.
Method lookup​Channel The other side requested a channel of some sort.
Method lookup​Subsystem The other side requested a subsystem.
Instance Variable channel​Lookup Undocumented
Instance Variable subsystem​Lookup Undocumented
Property conn The SSHConnection object for this user.
Class Variable _log Undocumented
Instance Variable _conn Undocumented
def __init__(self, username): (source)
def getHomeDir(self): (source)

Undocumented

def getOtherGroups(self): (source)

Undocumented

def getShell(self): (source)

Undocumented

def getUserGroupId(self): (source)

Undocumented

def global_cancel_tcpip_forward(self, data): (source)

Undocumented

def global_tcpip_forward(self, data): (source)

Undocumented

def logout(self): (source)

Undocumented

listeners: dict = (source)

Undocumented

otherGroups = (source)

Undocumented

pwdData = (source)

Undocumented

username = (source)

Undocumented

def _runAsUser(self, f, *args, **kw): (source)

Undocumented