class documentation

class UnixConchUser(ConchUser): (source)

Constructor: UnixConchUser(username)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method getHomeDir Undocumented
Method getOtherGroups Undocumented
Method getShell Undocumented
Method getUserGroupId Undocumented
Method global_cancel_tcpip_forward Undocumented
Method global_tcpip_forward Undocumented
Method logout Undocumented
Instance Variable listeners Undocumented
Instance Variable otherGroups Undocumented
Instance Variable pwdData Undocumented
Instance Variable username Undocumented
Method _runAsUser Undocumented

Inherited from ConchUser:

Method conn.setter Undocumented
Method gotGlobalRequest A global request was sent from the other side.
Method lookupChannel The other side requested a channel of some sort.
Method lookupSubsystem The other side requested a subsystem.
Instance Variable channelLookup Undocumented
Instance Variable subsystemLookup Undocumented
Property conn The SSHConnection object for this user.
Class Variable _log Undocumented
Instance Variable _conn Undocumented
def __init__(self, username: str): (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

Undocumented

otherGroups = (source)

Undocumented

Undocumented

username = (source)

Undocumented

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

Undocumented